Skip to content

Commit

Permalink
Add missing gettext keyword N_ and update translation files
Browse files Browse the repository at this point in the history
  • Loading branch information
375gnu committed Sep 15, 2023
1 parent 49db030 commit 521a5e2
Show file tree
Hide file tree
Showing 29 changed files with 2,855 additions and 2,553 deletions.
2 changes: 1 addition & 1 deletion po/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $(pot_file): $(pot_file)-update
$(pot_file)-update:
PATH=${PATH}:$(shell pwd) make -f Rules-win-resource $@
PATH=${PATH}:$(shell pwd) make -f Rules-qt $@
xgettext --keyword=_ --keyword=i18n \
xgettext --keyword=_ --keyword=N_ --keyword=i18n \
--keyword=i18nc:1c,2 --keyword=NC_:1c,2 --keyword=C_:1c,2 \
--sort-by-file --qt --add-comments \
--default-domain=$(domain) --package-name=celestia --package-version=1.7.0 \
Expand Down
Loading

0 comments on commit 521a5e2

Please sign in to comment.