diff options
| author | Jeff Epler <jepler@gmail.com> | 2021-01-26 15:04:45 -0600 |
|---|---|---|
| committer | Jeff Epler <jepler@gmail.com> | 2021-01-26 15:04:45 -0600 |
| commit | 1c10ec99a774538e0e39414beb99ca3f0a0b5694 (patch) | |
| tree | c2867d7f47d160de9e20765796635603be235d81 | |
| parent | 20c9f25a654df33e4fb719edfeaad8c4d4396f5e (diff) | |
make translate
| -rw-r--r-- | locale/circuitpython.pot | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index b896688b5..4d8aceb85 100644 --- a/locale/circuitpython.pot +++ b/locale/circuitpython.pot @@ -3710,6 +3710,10 @@ msgstr "" msgid "threshold must be in the range 0-65536" msgstr "" +#: shared-bindings/rgbmatrix/RGBMatrix.c +msgid "tile must be greater than or equal to zero" +msgstr "" + #: shared-bindings/time/__init__.c msgid "time.struct_time() takes a 9-sequence" msgstr "" |
