diff options
Diffstat (limited to 'translating.md')
-rw-r--r-- | translating.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/translating.md b/translating.md index 6324ffd..6586bb6 100644 --- a/translating.md +++ b/translating.md @@ -12,7 +12,9 @@ Quickstart 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 +copy compiled/$lang/strings.js to www/js/strings.$short_lang.js + +(NB `$short_lang` should match `CONFIG.LANGUAGE` in your config.js) The list of languages to generate templates for should be included in locale/lang_list and should look like locale/lang_list.example |