From 6756821fd98b8a54f8c46578a0de406483d3895f Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Mon, 13 May 2019 18:04:53 -0700 Subject: Update translations and sort input files This should stabilize the sort of files in the .po files. Fixes #1871 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9b7a5a32c..71d6ff771 100644 --- a/Makefile +++ b/Makefile @@ -196,7 +196,7 @@ pseudoxml: all-source: locale/circuitpython.pot: all-source - find $(TRANSLATE_SOURCES) -iname "*.c" | xargs xgettext -L C -s --add-location=file --keyword=translate -o circuitpython.pot -p locale + find $(TRANSLATE_SOURCES) -iname "*.c" -print0 | sort -z | xargs xgettext -L C -s --add-location=file --keyword=translate -o circuitpython.pot -p locale translate: locale/circuitpython.pot for po in $(shell ls locale/*.po); do msgmerge -U $$po -s --no-fuzzy-matching --add-location=file locale/circuitpython.pot; done -- cgit v1.2.3