summaryrefslogtreecommitdiff
path: root/locale/circuitpython.pot
diff options
context:
space:
mode:
authorJeff Epler <jeff@adafruit.com>2020-09-13 21:28:51 -0500
committerGitHub <noreply@github.com>2020-09-13 21:28:51 -0500
commit814339abb952cd17da8f31c273315eaf9d075c43 (patch)
tree58809a519c393b33bfb864b7c208e6372683b16e /locale/circuitpython.pot
parent9409a2c34cc27c048f97f79948de43713c8078a0 (diff)
parentb3bdd4686bd5f4a7c91972b9b0f65e624a7eab95 (diff)
Merge pull request #3405 from jepler/implicit-fallthrough-diagnostic
Enable implicit fallthrough diagnostic, note intentional fallthroughs.
Diffstat (limited to 'locale/circuitpython.pot')
-rw-r--r--locale/circuitpython.pot13
1 files changed, 11 insertions, 2 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot
index 581442172..038cdacfc 100644
--- a/locale/circuitpython.pot
+++ b/locale/circuitpython.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-09-13 22:53+0530\n"
+"POT-Creation-Date: 2020-09-13 14:21-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1923,7 +1923,7 @@ msgstr ""
msgid "bad format string"
msgstr ""
-#: py/binary.c
+#: py/binary.c py/objarray.c
msgid "bad typecode"
msgstr ""
@@ -1976,6 +1976,10 @@ msgstr ""
msgid "bytes > 8 bits not supported"
msgstr ""
+#: py/objarray.c
+msgid "bytes length not a multiple of item size"
+msgstr ""
+
#: py/objstr.c
msgid "bytes value out of range"
msgstr ""
@@ -2941,6 +2945,11 @@ msgstr ""
msgid "overflow converting long int to machine word"
msgstr ""
+#: py/modstruct.c
+#, c-format
+msgid "pack expected %d items for packing (got %d)"
+msgstr ""
+
#: shared-bindings/_stage/Layer.c shared-bindings/_stage/Text.c
msgid "palette must be 32 bytes long"
msgstr ""