diff options
| author | Dan Halbert <halbert@adafruit.com> | 2020-08-17 11:56:31 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-17 11:56:31 -0400 |
| commit | 6e5c2b3fe244ce4edbbc2016a1798af8ef9994d0 (patch) | |
| tree | c035a7edbcb91684ef8552a04b9c4a7745ae8973 /locale/circuitpython.pot | |
| parent | dcbd3b4994bdbaa3d6b14788191b6d95524f0e66 (diff) | |
| parent | 16ff7b167c6431d60084373ba756db80bf2f3665 (diff) | |
Merge pull request #3260 from rhooper/pixelbuf-iterable
Make pixelbuf support iterables and floats
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index a1b286e2e..ffb2e91ef 100644 --- a/locale/circuitpython.pot +++ b/locale/circuitpython.pot @@ -1958,6 +1958,7 @@ msgid "can't assign to expression" msgstr "" #: py/obj.c py/objint.c shared-bindings/i2cperipheral/I2CPeripheral.c +#: shared-module/_pixelbuf/PixelBuf.c msgid "can't convert %q to %q" msgstr "" @@ -3155,10 +3156,6 @@ msgstr "" msgid "tuple/list has wrong length" msgstr "" -#: shared-bindings/_pixelbuf/PixelBuf.c -msgid "tuple/list required on RHS" -msgstr "" - #: ports/atmel-samd/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c #: shared-bindings/busio/UART.c msgid "tx and rx cannot both be None" |
