diff options
| author | Roy Hooper <rhooper@toybox.ca> | 2020-01-01 17:30:17 -0500 |
|---|---|---|
| committer | Roy Hooper <rhooper@toybox.ca> | 2020-01-01 17:30:17 -0500 |
| commit | 12193913a802e3b9c72079a93cb40c97d95cc683 (patch) | |
| tree | f756520bc94222786a25bf27da33c1fd96156de7 /locale/circuitpython.pot | |
| parent | 8129a8503a25bdffd00ce679ee98e940d1b6b04d (diff) | |
move native fill to a helper to work around being unable to call a subclass show method from the native superclass
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index 7adde9ba8..5cf44cc35 100644 --- a/locale/circuitpython.pot +++ b/locale/circuitpython.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-12-13 13:44-0500\n" +"POT-Creation-Date: 2020-01-01 17:29-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -589,6 +589,10 @@ msgstr "" msgid "Expected a Characteristic" msgstr "" +#: shared-bindings/_pixelbuf/__init__.c +msgid "Expected a PixelBuf instance" +msgstr "" + #: shared-bindings/_bleio/Characteristic.c msgid "Expected a Service" msgstr "" @@ -1062,7 +1066,6 @@ msgid "Sample rate must be positive" msgstr "" #: ports/atmel-samd/common-hal/audioio/AudioOut.c -#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c #, c-format msgid "Sample rate too high. It must be less than %d" msgstr "" |
