diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2021-01-26 17:31:26 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-26 17:31:26 -0800 |
| commit | 45b3c9ae4213008da092d5bb35e8602e1e90bca2 (patch) | |
| tree | 12c027d358443ac4132e7a3400e5760eb56a3d5a /locale | |
| parent | 351a0e747d30daa5adab2d059a6422c5a4523e15 (diff) | |
| parent | 189ec2fc60f8dbfb5b054174f0062b9baeb27ca3 (diff) | |
Merge pull request #4068 from jepler/update-protomatter-tiling
protomatter: Update to version that supports tiling
Diffstat (limited to 'locale')
| -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 b87085009..de902f62f 100644 --- a/locale/circuitpython.pot +++ b/locale/circuitpython.pot @@ -58,7 +58,8 @@ msgstr "" #: shared-bindings/rgbmatrix/RGBMatrix.c #, c-format -msgid "%d address pins and %d rgb pins indicate a height of %d, not %d" +msgid "" +"%d address pins, %d rgb pins and %d tiles indicate a height of %d, not %d" msgstr "" #: ports/atmel-samd/common-hal/sdioio/SDCard.c @@ -516,7 +517,6 @@ msgstr "" msgid "Buffer must be a multiple of 512 bytes" msgstr "" -#: shared-bindings/adafruit_bus_device/I2CDevice.c #: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c msgid "Buffer must be at least length 1" msgstr "" @@ -3714,6 +3714,10 @@ msgstr "" msgid "threshold must be in the range 0-65536" msgstr "" +#: shared-bindings/rgbmatrix/RGBMatrix.c +msgid "tile must be greater than zero" +msgstr "" + #: shared-bindings/time/__init__.c msgid "time.struct_time() takes a 9-sequence" msgstr "" |
