diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2020-10-20 10:41:57 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-20 10:41:57 -0700 |
| commit | 1a677406bf116aaba85656c64d0632fbb60189c2 (patch) | |
| tree | 988cad3808aff8bddd2bac63f520baaaa45e662f /locale/circuitpython.pot | |
| parent | 098fd3efd2d24ede727d4f82cd6497f6dd360370 (diff) | |
| parent | 8beb36c240d162bfb3f12dceb46d409eee26722d (diff) | |
Merge pull request #3529 from jensechu/color-converter-transparency
displayio: Pass transparent_color to ColorConverter
Diffstat (limited to 'locale/circuitpython.pot')
| -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 71ef9adca..7ed2d1ba1 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-10-16 13:56-0500\n" +"POT-Creation-Date: 2020-10-16 19:50-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" @@ -1404,6 +1404,10 @@ msgid "" "%d bpp given" msgstr "" +#: shared-module/displayio/ColorConverter.c +msgid "Only one color can be transparent at a time" +msgstr "" + #: shared-bindings/ipaddress/__init__.c msgid "Only raw int supported for ip" msgstr "" |
