diff options
| author | Dan Halbert <halbert@adafruit.com> | 2019-06-13 08:29:12 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-13 08:29:12 -0400 |
| commit | 6be7cf7440acb827d4b0f767b6083a859499b045 (patch) | |
| tree | 55834cab63123bb95a2b7d329ff78442f34cfe6b /locale/circuitpython.pot | |
| parent | a06a97e2cba36233d229ba44c3acd9007affe1c9 (diff) | |
| parent | 6f6dcafd906b2ac49291f4220f3fcc7cea6112e1 (diff) | |
Merge pull request #1940 from tannewt/dirty_area
Add partial display update support.
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 ed58d75f0..d32502e18 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-05-22 16:00-0300\n" +"POT-Creation-Date: 2019-06-12 00:59-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" @@ -832,6 +832,10 @@ msgid "LHS of keyword arg must be an id" msgstr "" #: shared-module/displayio/Group.c +msgid "Layer already in a group." +msgstr "" + +#: shared-module/displayio/Group.c msgid "Layer must be a Group or TileGrid subclass." msgstr "" |
