diff options
| author | Jeff Epler <jepler@gmail.com> | 2021-02-16 18:37:11 -0600 |
|---|---|---|
| committer | Jeff Epler <jepler@gmail.com> | 2021-02-18 11:32:47 -0600 |
| commit | 9cf7d73c6c71df1e43d11d4f2f604a76f59365a8 (patch) | |
| tree | 06f676ac782f7e2ca9f627f5cc2abb513e13acd1 /locale/circuitpython.pot | |
| parent | 261b077209bc668de843015e4f5c26e474214769 (diff) | |
core: add bit_transpose function
.. this version can only handle exactly 8 bits "across". The restriction
may be relaxed in a future revision.
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index e936dd1f8..11335fd32 100644 --- a/locale/circuitpython.pot +++ b/locale/circuitpython.pot @@ -1092,6 +1092,10 @@ msgstr "" msgid "Initialization failed due to lack of memory" msgstr "" +#: shared-bindings/_bit_transpose/__init__.c +msgid "Input buffer must be a multiple of 8 bytes" +msgstr "" + #: ports/atmel-samd/common-hal/pulseio/PulseIn.c msgid "Input taking too long" msgstr "" @@ -1659,6 +1663,10 @@ msgstr "" msgid "Out of sockets" msgstr "" +#: shared-bindings/_bit_transpose/__init__.c +msgid "Output buffer must be at least as big as input buffer" +msgstr "" + #: shared-bindings/audiobusio/PDMIn.c msgid "Oversample must be multiple of 8." msgstr "" |
