Fleker / Gltn

A powerful word processor built on the web
http://felkerdigitalmedia.com/gltn/
23 stars 5 forks source link

Localization (German) #124

Closed Fleker closed 10 years ago

Fleker commented 10 years ago

From a reddit comment, a user recommends making it for German.

Right now, everything is hard coded to English. I don't wish to make several versions of the script for each language. The best option is a localization API much like Android.

The developer (because this will be extendable and built in), can use a Json object. They create a word object with translations for various languages.

There will be a default language, English, and if a German word doesn't exist, English is used instead.

The best way to do this would be data binding. This is a feature in Angular (testing that with spreadsheets currently) and Polymer.