Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 613 Bytes

translating.md

File metadata and controls

18 lines (15 loc) · 613 Bytes

Translating

The translation code here currently relies on you having the main FixMyStreet codebase checked out in the same directory as the FixMyStreet mobile code.

Quickstart

./bin/gettext-extract ./bin/gettext-merge ../fixmystreet/commonlib/bin/gettext-makemo FixMyStreetMobileApp perl -I../fixmystreet/commonlib/perllib -I../fixmystreet/local bin/localise_templates

copy compiled/$lang/.html to www/$lang/templates copy compiled/lang/.js to www/js

The list of languages to generate templates for should be included in locale/lang_list and should look like locale/lang_list.example