Skip to content

Commit 3fde9d1

Browse files
committed
Revert "Update po Makefile to regenerate .po file on .pot update"
Not necessary, as we can configure Weblate to automatically update its .po files on .pot update. This reverts commit 59004e8.
1 parent 667488d commit 3fde9d1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

web/po/Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ MO:=$(patsubst %.po,mo/%/LC_MESSAGES/osmose-frontend.mo,$(PO))
77

88
.PRECIOUS: $(PO) $(MO)
99

10-
all: osmose-frontend.pot $(PO) mo
10+
all: osmose-frontend.pot mo
1111

1212
../node_modules/easygettext/src/extract-cli.js:
1313
$(error 'easygettext missing. Please install node dependencies with `npm install`')
@@ -34,9 +34,6 @@ osmose-frontend.pot: python.pot vue.pot
3434
mv $@.tmp $@
3535
rm $@.nofiles
3636

37-
%.po: osmose-frontend.pot
38-
msgmerge --previous --update $@ osmose-frontend.pot
39-
4037
mo: $(MO)
4138

4239
mo/%/LC_MESSAGES/osmose-frontend.mo: %.po

0 commit comments

Comments
 (0)