Skip to content

Commit b6fb5e6

Browse files
committed
Fix translations so that %S et al are not offered for translation
In #8639 Dan noticed that weblate was still offering "%S" as a string to translate. I don't understand why this occurs, because the string is no longer in circuitpython.pot; so weblate should move it to the "fuzzy" section of the .po files when it synchronizes them. I also noticed that the "%02X" string should never be localized and moved it to synthetic.pot. After making that change, I ran "make translate" followed by "make msgmerge"; normally we rely on weblate running this step, but for whatever reason this is not the case this time. This change looks bigger than it really is because msgmerge totally re-ordered the "fuzzy messages" section of each po file. After this, I will force reset weblate back to match our main branch again and re-open translations on weblate.
1 parent 5ae2909 commit b6fb5e6

23 files changed

+17221
-15441
lines changed

locale/ID.po

Lines changed: 618 additions & 649 deletions
Large diffs are not rendered by default.

locale/circuitpython.pot

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,6 @@ msgstr ""
7272
msgid "%%c requires int or char"
7373
msgstr ""
7474

75-
#: main.c
76-
#, c-format
77-
msgid "%02X"
78-
msgstr ""
79-
8075
#: shared-bindings/rgbmatrix/RGBMatrix.c
8176
#, c-format
8277
msgid ""

0 commit comments

Comments
 (0)