mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[i18n] Use sort to keep POT order more stable (#5716)
This commit is contained in:
6
Makefile
6
Makefile
@@ -494,9 +494,9 @@ pot: po
|
||||
$(XGETTEXT_BIN) --from-code=utf-8 \
|
||||
--keyword=C_:1c,2 --keyword=N_:1,2 --keyword=NC_:1c,2,3 \
|
||||
--add-comments=@translators \
|
||||
reader.lua `find frontend -iname "*.lua"` \
|
||||
`find plugins -iname "*.lua"` \
|
||||
`find tools -iname "*.lua"` \
|
||||
reader.lua `find frontend -iname "*.lua" | sort` \
|
||||
`find plugins -iname "*.lua" | sort` \
|
||||
`find tools -iname "*.lua" | sort` \
|
||||
-o $(TEMPLATE_DIR)/$(DOMAIN).pot
|
||||
|
||||
po:
|
||||
|
||||
Reference in New Issue
Block a user