1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-27 15:50:10 +01:00

Macros for translatable strings that need disambiguating context

This commit is contained in:
Paul Licameli
2020-05-20 13:41:39 -04:00
parent 7c246ddc26
commit 4e2f9671ff
2 changed files with 12 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ sed -E 's/\.\.\///g' |\
xargs xgettext \
--default-domain=audacity \
--directory=.. \
--keyword=_ --keyword=XO --keyword=XXO --keyword=XP:1,2 \
--keyword=_ --keyword=XO --keyword=XC:1,2c --keyword=XXO --keyword=XP:1,2 --keyword=XPC:1,2,4c \
--add-comments=" i18n" \
--add-location=file \
--copyright-holder='Audacity Team' \