|
@ -69,12 +69,14 @@ i18n: |
|
|
|
|
|
|
|
|
#compile templates in each language, required for production env.
|
|
|
#compile templates in each language, required for production env.
|
|
|
templates: |
|
|
templates: |
|
|
mkdir -p lang/master/tmp |
|
|
|
|
|
haxe cagette.hxml -D i18n_generation |
|
|
haxe cagette.hxml -D i18n_generation |
|
|
@make LANG=fr ctemplates |
|
|
@make LANG=fr ctemplates |
|
|
|
|
|
|
|
|
msgfmt www/lang/texts_fr.po -o www/lang/texts_fr.mo |
|
|
msgfmt www/lang/texts_fr.po -o www/lang/texts_fr.mo |
|
|
|
|
|
mkdir -p lang/master/tmp |
|
|
|
|
|
|
|
|
chown www-data:www-data -R www |
|
|
chown www-data:www-data -R www |
|
|
chown www-data:www-data -R lang/fr |
|
|
|
|
|
|
|
|
chown www-data:www-data -R lang |
|
|
|
|
|
|
|
|
ctemplates: |
|
|
ctemplates: |
|
|
(cd lang/$(LANG)/tpl; temploc2 -macros macros.mtt -output ../tmp/ *.mtt */*.mtt */*/*.mtt) |
|
|
(cd lang/$(LANG)/tpl; temploc2 -macros macros.mtt -output ../tmp/ *.mtt */*.mtt */*/*.mtt) |
|
|