summaryrefslogtreecommitdiff
path: root/locale/circuitpython.pot
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2019-01-21 00:31:45 -0800
committerGitHub <noreply@github.com>2019-01-21 00:31:45 -0800
commitb369fa9013d3d0be48bef113811c4acddcd53ba5 (patch)
tree00ebdb0656a8101363a7a1e16c44201045542b84 /locale/circuitpython.pot
parent6b88d0f94eb1459562d0f159688b504a6f5d408f (diff)
parent9558b3afa7d90e1f84070088b0f7c4c21def4683 (diff)
Merge pull request #1478 from dhalbert/struct-compat
Improve struct compatibility with CPython
Diffstat (limited to 'locale/circuitpython.pot')
-rw-r--r--locale/circuitpython.pot19
1 files changed, 14 insertions, 5 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot
index 0a9e67685..4962a67ab 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: 2019-01-20 17:33-0800\n"
+"POT-Creation-Date: 2019-01-20 22:46-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"
@@ -1330,9 +1330,9 @@ msgstr ""
msgid "schedule stack full"
msgstr ""
-#: py/modstruct.c:145 py/modstruct.c:153 py/modstruct.c:234 py/modstruct.c:244
-#: shared-bindings/struct/__init__.c:103 shared-bindings/struct/__init__.c:145
-#: shared-module/struct/__init__.c:91 shared-module/struct/__init__.c:175
+#: py/modstruct.c:148 py/modstruct.c:156 py/modstruct.c:244 py/modstruct.c:254
+#: shared-bindings/struct/__init__.c:102 shared-bindings/struct/__init__.c:161
+#: shared-module/struct/__init__.c:183
msgid "buffer too small"
msgstr ""
@@ -2612,10 +2612,19 @@ msgstr ""
msgid "'S' and 'O' are not supported format types"
msgstr ""
-#: shared-module/struct/__init__.c:83
+#: shared-module/struct/__init__.c:128
+#, c-format
+msgid "unpack requires a buffer of %d bytes"
+msgstr ""
+
+#: shared-module/struct/__init__.c:136
msgid "too many arguments provided with the given format"
msgstr ""
+#: shared-module/struct/__init__.c:179
+msgid "buffer size must match format"
+msgstr ""
+
#: shared-module/usb_hid/Device.c:45
#, c-format
msgid "Buffer incorrect size. Should be %d bytes."