diff options
| author | Hugo Dahl <hugo@code-jedi.com> | 2020-12-30 17:47:35 -0600 |
|---|---|---|
| committer | Hugo Dahl <hugo@code-jedi.com> | 2020-12-30 18:20:43 -0600 |
| commit | 1407af72913d891eefe884ff65f42f6b55aa2a14 (patch) | |
| tree | 712cdbf0a496799c9f17c9872e3ea727ab4e91b3 /locale/circuitpython.pot | |
| parent | 72cad49c69591874b09b4b7edca89ba5b2e6996b (diff) | |
Add localization for built-in help
Support localizing the output of a call to to match the
firmware's language.
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index 3edadd57c..770a61e8b 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-12-23 23:04-0500\n" +"POT-Creation-Date: 2020-12-30 17:42-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" @@ -44,6 +44,10 @@ msgstr "" msgid " File \"%q\", line %d" msgstr "" +#: py/builtinhelp.c +msgid " is of type %q\n" +msgstr "" + #: main.c msgid " output:\n" msgstr "" @@ -3193,6 +3197,10 @@ msgstr "" msgid "number of points must be at least 2" msgstr "" +#: py/builtinhelp.c +msgid "object " +msgstr "" + #: py/obj.c msgid "object '%q' is not a tuple or list" msgstr "" |
