8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Language
1 parent 9630419 commit 7fedc5fCopy full SHA for 7fedc5f
Makefile
@@ -84,11 +84,11 @@ endif
84
if [ -f "$$PO" ];\
85
then\
86
case "$$POT" in\
87
- *whatsnew*) msgmerge --backup=off --force-po --no-fuzzy-matching -U "$$PO" "$$POT" ;;\
88
- *) msgmerge --backup=off --force-po -U "$$PO" "$$POT" ;;\
+ *whatsnew*) msgmerge --lang=$(LANGUAGE) --backup=off --force-po --no-fuzzy-matching -U "$$PO" "$$POT" ;;\
+ *) msgmerge --lang=$(LANGUAGE) --backup=off --force-po -U "$$PO" "$$POT" ;;\
89
esac\
90
else\
91
- msgcat -o "$$PO" "$$POT";\
+ msgcat --lang=$(LANGUAGE) -o "$$PO" "$$POT";\
92
fi\
93
done
94
0 commit comments