diff options
| author | Dan Halbert <halbert@adafruit.com> | 2021-01-22 03:49:19 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-22 03:49:19 -0500 |
| commit | e3275be8b1ad28d0296733876cf119f134680e81 (patch) | |
| tree | f72c1ad495b9bf5ec8ea9e929a648cc76c73b460 /locale/circuitpython.pot | |
| parent | 10a44af5361112599d00d7f0c3ccdb2b4a9395ae (diff) | |
| parent | 63b5e56c721421d311e2b29da94ff0bd4e300e7a (diff) | |
Merge pull request #3911 from hugodahl/add-translation-for-builtin-object-help
Update built-in help output for localization (Issue #3907)
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index e3afc8e00..259cd34d4 100644 --- a/locale/circuitpython.pot +++ b/locale/circuitpython.pot @@ -43,6 +43,10 @@ msgstr "" msgid " File \"%q\", line %d" msgstr "" +#: py/builtinhelp.c +msgid " is of type %q\n" +msgstr "" + #: main.c msgid " output:\n" msgstr "" @@ -3308,6 +3312,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 "" |
