1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-12 14:11:10 +02:00

Fixes so xgettext runs and doesn't extract example comments

This commit is contained in:
Paul Licameli 2021-06-07 08:13:28 -04:00
parent e785c77226
commit ab30511ad7

View File

@ -8,6 +8,7 @@
**********************************************************************/ **********************************************************************/
#if 0
/* /*
This file contains strings and comments put into the source code tree for the This file contains strings and comments put into the source code tree for the
string freeze of a release, but while not yet in feature freeze. This allows string freeze of a release, but while not yet in feature freeze. This allows
@ -93,6 +94,7 @@ Some example strings are also given first, to document the syntax.
//XC("Spam Eggs Sausage && &Spam", "Viking menu"), //XC("Spam Eggs Sausage && &Spam", "Viking menu"),
// //////////////////////////////////////////////// End examples // //////////////////////////////////////////////// End examples
#endif
// Crash & error report window // Crash & error report window
@ -102,7 +104,7 @@ XO("Click \"Send\" to submit the report to Audacity. This information is collect
XO("Problem details"), XO("Problem details"),
XO("Comments"), XO("Comments"),
XC("&Send", "crash reporter button"), XC("&Send", "crash reporter button"),
XC("&Dont send", "crash reporter button"), XC("&Don't send", "crash reporter button"),
// i18n-hint C++ programming exception // i18n-hint C++ programming exception
XO("Exception code 0x%x"), XO("Exception code 0x%x"),
// i18n-hint C++ programming exception // i18n-hint C++ programming exception