diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2020-04-27 17:41:43 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-27 17:41:43 -0700 |
| commit | 40a1f3edbcb4a5fe42e11d518f3ebca220cf98e9 (patch) | |
| tree | 244c8e8285fdba0799cacd4f22763d23280ac886 /locale/circuitpython.pot | |
| parent | faa50df05fa11c3903934419a2ad7d7063cf23c7 (diff) | |
| parent | 485f66714156f797d381662ea5992f4f5ac92b80 (diff) | |
Merge pull request #2811 from jepler/update-ulab
ulab: actually update the submodule
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index 7a7eb5d44..19e26b16f 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-04-17 18:44-0500\n" +"POT-Creation-Date: 2020-04-26 14: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" @@ -2191,6 +2191,10 @@ msgstr "" msgid "function got multiple values for argument '%q'" msgstr "" +#: extmod/ulab/code/compare.c +msgid "function is implemented for scalars and ndarrays only" +msgstr "" + #: py/argcheck.c #, c-format msgid "function missing %d required positional arguments" @@ -2679,7 +2683,8 @@ msgstr "" msgid "only slices with step=1 (aka None) are supported" msgstr "" -#: extmod/ulab/code/ndarray.c extmod/ulab/code/vectorise.c +#: extmod/ulab/code/compare.c extmod/ulab/code/ndarray.c +#: extmod/ulab/code/vectorise.c msgid "operands could not be broadcast together" msgstr "" |
