File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ export GIT_REMOTE_NAME
40
40
41
41
42
42
# i18n
43
- L10N_LANGUAGES = fr de
43
+ L10N_LANGUAGES = fr de it
44
44
L10N_PO_FILES = \
45
45
$(addprefix .build/locale/,$(addsuffix /LC_MESSAGES/ngeo.po, $(L10N_LANGUAGES ) ) ) \
46
46
$(addprefix .build/locale/,$(addsuffix /LC_MESSAGES/gmf.po, $(L10N_LANGUAGES ) ) ) \
@@ -426,16 +426,15 @@ transifex-init: .build/python-venv.timestamp \
426
426
$(PY_VENV_BIN ) /tx pull -l $* --force --mode=reviewed
427
427
$(TOUCHBACK_TXRC )
428
428
429
+ .PRECIOUS : .build/locale/% /LC_MESSAGES/apps.po
429
430
.build/locale/% /LC_MESSAGES/apps.po : contribs/gmf/apps/.tx/config $(HOME ) /.transifexrc .build/python-venv.timestamp
430
- cd contribs/gmf/apps/
431
- $(PY_VENV_BIN ) /tx pull -l $* --force --mode=reviewed
432
- cd .
431
+ (cd contribs/gmf/apps/; ../../../$( PY_VENV_BIN) /tx pull -l $* --force --mode=reviewed)
433
432
$(TOUCHBACK_TXRC )
434
433
435
434
.PRECIOUS : .build/locale/% /LC_MESSAGES/demo.po
436
435
.build/locale/% /LC_MESSAGES/demo.po :
437
436
mkdir -p $(dir $@ )
438
- wget -O $@ https://raw.githubusercontent.com/camptocamp/demo_geomapfish/2.4 /geoportal/demo_geoportal /locale/$* /LC_MESSAGES/demo_geoportal -client.po
437
+ wget -O $@ https://raw.githubusercontent.com/camptocamp/demo_geomapfish/prod-2-5 /geoportal/geomapfish_geoportal /locale/$* /LC_MESSAGES/geomapfish_geoportal -client.po
439
438
440
439
contribs/gmf/build/gmf-% .json : \
441
440
.build/locale/%/LC_MESSAGES/ngeo.po \
You can’t perform that action at this time.
0 commit comments