AnotherCodeArtist / medien-transparenz.at

Apache License 2.0
3 stars 2 forks source link

Improving internationalisation #98

Closed relative-progressio closed 8 years ago

relative-progressio commented 8 years ago

Currently the de.json file is generated automatcally, but then has to be copied into the translations.js file.

Translations process is going to be like the following:

  1. gulp pot parses all .html and .js files for translate-tags and generates a file called template.pot
  2. Using Poedit a file called de.po needs to be maintained containing the german translations.
  3. gulp translations produces the de.json based on de.pot
relative-progressio commented 8 years ago

The gulp translations task is going to generate the translations.js file too.