diff options
| author | Dan Halbert <halbert@halwitz.org> | 2019-04-12 20:36:59 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-12 20:36:59 -0400 |
| commit | f8473f4a3917f7816fccd1be2a67041a7dfce5ef (patch) | |
| tree | 77513b415d116ec45c5ec62e959d5f73962ffc6d /locale/circuitpython.pot | |
| parent | c064deaaf5a80dab681027aaf09e058a760dbf01 (diff) | |
| parent | defc6dceb0c018bc67a4041f91a2f277eebb4dbc (diff) | |
Merge pull request #1788 from tannewt/pinyin4.0.0-beta.7
Add Chinese (Pinyin) and slim down boards so it fits
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index 3416ef0f3..d680a125a 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-04-08 16:48-0700\n" +"POT-Creation-Date: 2019-04-12 13:44-0700\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" @@ -2517,6 +2517,10 @@ msgstr "" msgid "unreadable attribute" msgstr "" +#: shared-bindings/displayio/TileGrid.c +msgid "unsupported %q type" +msgstr "" + #: py/emitinlinethumb.c #, c-format msgid "unsupported Thumb instruction '%s' with %d arguments" @@ -2527,10 +2531,6 @@ msgstr "" msgid "unsupported Xtensa instruction '%s' with %d arguments" msgstr "" -#: shared-bindings/displayio/TileGrid.c -msgid "unsupported %q type" -msgstr "" - #: py/objstr.c #, c-format msgid "unsupported format character '%c' (0x%x) at index %d" |
