Skip to content

Commit

Permalink
Use C.UTF-8 sort order when generating locale/README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <[email protected]>
  • Loading branch information
stweil committed Jan 16, 2024
1 parent 80af909 commit 8b4373e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ $(PO): palma.po
touch $@

locale/README.md: $(PO)
perl $(DISTDIR)/find-untranslated.pl --markdown $(LANGUAGES) >$@
LANG=C.UTF-8 perl $(DISTDIR)/find-untranslated.pl --markdown $(LANGUAGES) >$@

.git/hooks: .git/hooks/pre-push .git/hooks/pre-commit

Expand Down

0 comments on commit 8b4373e

Please sign in to comment.