summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
m---------extmod/ulab0
-rw-r--r--locale/circuitpython.pot12
2 files changed, 12 insertions, 0 deletions
diff --git a/extmod/ulab b/extmod/ulab
-Subproject d62d07ea0b9597535428ebe6012da6b0d6608bf
+Subproject fe3e19ca416b3c5ed92789f151ec6cc4a29eb7f
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot
index 82058a611..1c92d3765 100644
--- a/locale/circuitpython.pot
+++ b/locale/circuitpython.pot
@@ -2278,10 +2278,18 @@ msgstr ""
msgid "branch not in range"
msgstr ""
+#: extmod/ulab/code/ulab_create.c
+msgid "buffer is smaller than requested size"
+msgstr ""
+
#: shared-bindings/audiocore/RawSample.c
msgid "buffer must be a bytes-like object"
msgstr ""
+#: extmod/ulab/code/ulab_create.c
+msgid "buffer size must be a multiple of element size"
+msgstr ""
+
#: shared-module/struct/__init__.c
msgid "buffer size must match format"
msgstr ""
@@ -3339,6 +3347,10 @@ msgstr ""
msgid "offset must be >= 0"
msgstr ""
+#: extmod/ulab/code/ulab_create.c
+msgid "offset must be non-negative and no greater than buffer length"
+msgstr ""
+
#: py/objstr.c py/objstrunicode.c
msgid "offset out of bounds"
msgstr ""