From 918e244c13076b4d280306081a5d90b7973cb43c Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Wed, 15 Nov 2023 07:22:02 -0600 Subject: [PATCH] Add some more synthetic messages .. so that nobody ever accidentally translates %S, %q, or %s. These only appear inside MP_ERROR_TEXT for technical reasons. --- locale/synthetic.po | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/locale/synthetic.po b/locale/synthetic.po index 7d9fc2e10e..7f814d23a3 100644 --- a/locale/synthetic.po +++ b/locale/synthetic.po @@ -1,3 +1,15 @@ # Localization of the locale name is done automagically msgid "en_US" msgstr "" + +# This string should never be translated, but for technical reasons it has to appear as an MP_ERROR_TEXT +msgid "%S" +msgstr "" + +# This string should never be translated, but for technical reasons it has to appear as an MP_ERROR_TEXT +msgid "%q" +msgstr "" + +# This string should never be translated, but for technical reasons it has to appear as an MP_ERROR_TEXT +msgid "%s" +msgstr ""