diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2020-11-24 14:45:35 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-24 14:45:35 -0800 |
| commit | 669f17e5bfdbf4a253e438f94f5f66ec612f9360 (patch) | |
| tree | 170ef30dcb5ad8030dd3fc0ef6b9cc319a084a2c /locale | |
| parent | d0e75e635ab0433217de28aa8f59b3a9e8f057c4 (diff) | |
| parent | bbe13490b55bceed477b28c7ed4256db69cca84b (diff) | |
Merge pull request #3678 from microDev1/nvm-s2
ESP32S2: Support for NVM
Diffstat (limited to 'locale')
| -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 c184d6931..e8a9e412f 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: 2020-11-23 10:10-0600\n" +"POT-Creation-Date: 2020-11-11 16:30+0530\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" @@ -1262,6 +1262,10 @@ msgstr "" msgid "Must use a multiple of 6 rgb pins, not %d" msgstr "" +#: ports/esp32s2/common-hal/nvm/ByteArray.c +msgid "NVS Error" +msgstr "" + #: py/parse.c msgid "Name too long" msgstr "" |
