diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2021-03-01 18:24:12 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-01 18:24:12 -0800 |
| commit | d0eab5c5615277d10eac2547c61924ff4754f0e5 (patch) | |
| tree | 054331e5f2881b196f5215eb295f908f23984498 /locale/circuitpython.pot | |
| parent | 7991ac56a0aa8d24adb8b84d2a048a101d33c513 (diff) | |
| parent | ec4cd68edcc8bbbbc5edb5eefb1cfdec70c70a99 (diff) | |
Merge pull request #4256 from kmatch98/bt_cleanup
Add `bitmaptools` module
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index b50e63b75..20eb26e63 100644 --- a/locale/circuitpython.pot +++ b/locale/circuitpython.pot @@ -1887,7 +1887,7 @@ msgstr "" msgid "Read-only filesystem" msgstr "" -#: shared-module/displayio/Bitmap.c +#: shared-module/bitmaptools/__init__.c shared-module/displayio/Bitmap.c msgid "Read-only object" msgstr "" @@ -2716,6 +2716,10 @@ msgstr "" msgid "circle can only be registered in one parent" msgstr "" +#: shared-bindings/bitmaptools/__init__.c +msgid "clip point must be (x,y) tuple" +msgstr "" + #: shared-bindings/msgpack/ExtType.c msgid "code outside range 0~127" msgstr "" @@ -3865,7 +3869,7 @@ msgstr "" msgid "sosfilt requires iterable arguments" msgstr "" -#: shared-bindings/displayio/Bitmap.c +#: shared-bindings/bitmaptools/__init__.c shared-bindings/displayio/Bitmap.c msgid "source palette too large" msgstr "" |
