diff options
| author | Kattni <kattni@adafruit.com> | 2019-02-18 19:49:09 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-18 19:49:09 -0500 |
| commit | ef802c91e742e2affc604370c291b9bde3777533 (patch) | |
| tree | e4de4ee497523a7e24865f5cd294bc96c4bb6afd /locale/circuitpython.pot | |
| parent | fd3e9ce2f8970dec8b34543f79fe565e7d6fc82f (diff) | |
| parent | 263e9822eac5bb338411087a6b61e60962882c7e (diff) | |
Merge pull request #1566 from dhalbert/fix-weaklinks
correct weak module links; samd module only in m4 ports; update frozen libs
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index b1788fc9e..d61ded2a2 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-02-15 19:19-0500\n" +"POT-Creation-Date: 2019-02-17 23:36-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" @@ -1302,7 +1302,7 @@ msgstr "" msgid "3-arg pow() not supported" msgstr "" -#: py/modbuiltins.c:517 +#: py/modbuiltins.c:521 msgid "must use keyword argument for key function" msgstr "" @@ -2667,7 +2667,7 @@ msgstr "" msgid "Group full" msgstr "" -#: shared-module/displayio/Group.c:73 +#: shared-module/displayio/Group.c:73 shared-module/displayio/Group.c:112 msgid "Layer must be a Group or TileGrid subclass." msgstr "" |
