[locale] CMakeLists.txt: Add TC_(), QC_(), and related to the xgettext call.

Without these, various strings that are only used in the Qt or Win32
frontends and were changed to use these shorter macros won't be added to
and/or will be removed from rom-properties.pot.

Forgot to do this in commit 1ff728e22d.
([kde,win32] Add QString/tstring macros for localization.)
This commit is contained in:
David Korth 2024-10-04 18:38:57 -04:00
parent 1052e7cbb5
commit f8e7b84130

View File

@ -129,6 +129,12 @@ ADD_CUSTOM_TARGET(rom-properties.pot
--add-comments=tr: --add-comments=tr:
--keyword=_ --keyword=C_:1c,2 --keyword=N_:1,2 --keyword=NC_:1c,2,3 --keyword=_ --keyword=C_:1c,2 --keyword=N_:1,2 --keyword=NC_:1c,2,3
--keyword=NOP_ --keyword=NOP_C_:1c,2 --keyword=NOP_N_:1,2 --keyword=NOP_NC_:1c,2,3 --keyword=NOP_ --keyword=NOP_C_:1c,2 --keyword=NOP_N_:1,2 --keyword=NOP_NC_:1c,2,3
--keyword=T_ --keyword=TC_:1c,2 --keyword=TN_:1,2 --keyword=TNC_:1c,2,3
--keyword=tpgettext_expr:1c,2 --keyword=tdpgettext_expr:2c,3
--keyword=tnpgettext_expr:1c,2,3 --keyword=tdnpgettext_expr:2c,3,4
--keyword=Q_ --keyword=QC_:1c,2 --keyword=QN_:1,2 --keyword=QNC_:1c,2,3
--keyword=qpgettext_expr:1c,2 --keyword=qdpgettext_expr:2c,3
--keyword=qnpgettext_expr:1c,2,3 --keyword=qdnpgettext_expr:2c,3,4
--keyword=translate:1c,2 --keyword=translate:1c,2
--language=C++ --language=C++
--exclude-file=exclusions.po --exclude-file=exclusions.po