diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2019-12-09 14:50:16 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-09 14:50:16 -0800 |
| commit | 19ac8aea8ca7656ecfdac597448feab493803669 (patch) | |
| tree | 8f6aef1374c8c4f7366dcabe028b2325b7d50d85 /locale/circuitpython.pot | |
| parent | 2379cd9ef48ca0ff11bafaaf83d6234534665202 (diff) | |
| parent | d5eca87ca23e9288b31c51f3d841fd2bb37c631b (diff) | |
Merge pull request #2353 from jepler/audiosample-protocol
Convert audiosamples to use micropython "protocols" (safely)
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index a24ab186a..1541b1f74 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-11-27 14:54-0500\n" +"POT-Creation-Date: 2019-12-06 13:25-0600\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" @@ -119,6 +119,10 @@ msgstr "" msgid "'%s' integer 0x%x does not fit in mask 0x%x" msgstr "" +#: py/proto.c +msgid "'%s' object does not support '%q'" +msgstr "" + #: py/obj.c #, c-format msgid "'%s' object does not support item assignment" |
