summaryrefslogtreecommitdiff
path: root/locale
diff options
context:
space:
mode:
authorScott Shawcroft <scott@adafruit.com>2021-01-26 13:07:58 -0800
committerGitHub <noreply@github.com>2021-01-26 13:07:58 -0800
commit351a0e747d30daa5adab2d059a6422c5a4523e15 (patch)
treeb51570b3ab3d391d990470f721fba1e4453d8975 /locale
parentd116ad042f03f8e070cb14f139dca36a1911f629 (diff)
parent61850acd143d9f8732d0ce48dc51eac9fb7e4c4c (diff)
Merge pull request #4047 from kmatch98/esp32s2_ParallelBus
Add initial ParallelBus support for ESP32-S2
Diffstat (limited to 'locale')
-rw-r--r--locale/circuitpython.pot6
1 files changed, 5 insertions, 1 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot
index 3ffc31cc6..b87085009 100644
--- a/locale/circuitpython.pot
+++ b/locale/circuitpython.pot
@@ -531,6 +531,7 @@ msgid "Buffer too short by %d bytes"
msgstr ""
#: ports/atmel-samd/common-hal/displayio/ParallelBus.c
+#: ports/esp32s2/common-hal/displayio/ParallelBus.c
#: ports/nrf/common-hal/displayio/ParallelBus.c
#, c-format
msgid "Bus pin %d is already in use"
@@ -800,6 +801,10 @@ msgstr ""
msgid "Data 0 pin must be byte aligned"
msgstr ""
+#: ports/esp32s2/common-hal/displayio/ParallelBus.c
+msgid "Data 0 pin must be byte aligned."
+msgstr ""
+
#: shared-module/audiocore/WaveFile.c
msgid "Data chunk must follow fmt chunk"
msgstr ""
@@ -1584,7 +1589,6 @@ msgid ""
"PWM frequency not writable when variable_frequency is False on construction."
msgstr ""
-#: ports/esp32s2/common-hal/displayio/ParallelBus.c
#: ports/mimxrt10xx/common-hal/displayio/ParallelBus.c
#: ports/stm/common-hal/displayio/ParallelBus.c
msgid "ParallelBus not yet supported"