diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2019-09-10 11:00:26 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-10 11:00:26 -0700 |
| commit | 89fed709addcbf713553cbaad38a5a6d61ef4fa4 (patch) | |
| tree | 32abde7d39e1b63b250e79566f28579c8ecfa7f0 /locale/circuitpython.pot | |
| parent | 9d95cc7ef92a9922af5462b9e7bec14e60504857 (diff) | |
| parent | 7b9dfc9952cf4af12de14fa21831a9324b7bc025 (diff) | |
Merge pull request #2127 from jepler/nrf-i2s
nrf: Add i2s audio output
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 a729f7e80..d709a69cc 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-08-29 22:16-0500\n" +"POT-Creation-Date: 2019-09-08 17:30-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" @@ -505,6 +505,10 @@ msgstr "" msgid "Destination capacity is smaller than destination_length." msgstr "" +#: ports/nrf/common-hal/audiobusio/I2SOut.c +msgid "Device in use" +msgstr "" + #: shared-bindings/displayio/Display.c msgid "Display must have a 16 bit colorspace." msgstr "" |
