blob: 6324ffde64ac38d38466e707f24253adac33842d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
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/templates/$lang
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
|