Skip to content

Commit 918e244

Browse files
committed
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.
1 parent d79bdbb commit 918e244

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

locale/synthetic.po

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
11
# Localization of the locale name is done automagically
22
msgid "en_US"
33
msgstr ""
4+
5+
# This string should never be translated, but for technical reasons it has to appear as an MP_ERROR_TEXT
6+
msgid "%S"
7+
msgstr ""
8+
9+
# This string should never be translated, but for technical reasons it has to appear as an MP_ERROR_TEXT
10+
msgid "%q"
11+
msgstr ""
12+
13+
# This string should never be translated, but for technical reasons it has to appear as an MP_ERROR_TEXT
14+
msgid "%s"
15+
msgstr ""

0 commit comments

Comments
 (0)