Skip to content

Commit 31b7334

Browse files
committed
Add italian, use the right branch, fix get apps.po
1 parent 8377e33 commit 31b7334

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Makefile

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export GIT_REMOTE_NAME
4040

4141

4242
# i18n
43-
L10N_LANGUAGES = fr de
43+
L10N_LANGUAGES = fr de it
4444
L10N_PO_FILES = \
4545
$(addprefix .build/locale/,$(addsuffix /LC_MESSAGES/ngeo.po, $(L10N_LANGUAGES))) \
4646
$(addprefix .build/locale/,$(addsuffix /LC_MESSAGES/gmf.po, $(L10N_LANGUAGES))) \
@@ -426,16 +426,15 @@ transifex-init: .build/python-venv.timestamp \
426426
$(PY_VENV_BIN)/tx pull -l $* --force --mode=reviewed
427427
$(TOUCHBACK_TXRC)
428428

429+
.PRECIOUS: .build/locale/%/LC_MESSAGES/apps.po
429430
.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)
433432
$(TOUCHBACK_TXRC)
434433

435434
.PRECIOUS: .build/locale/%/LC_MESSAGES/demo.po
436435
.build/locale/%/LC_MESSAGES/demo.po:
437436
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
439438

440439
contribs/gmf/build/gmf-%.json: \
441440
.build/locale/%/LC_MESSAGES/ngeo.po \

0 commit comments

Comments
 (0)