diff options
| author | Jeff Epler <jepler@gmail.com> | 2020-09-24 16:56:07 -0500 |
|---|---|---|
| committer | Jeff Epler <jepler@gmail.com> | 2020-09-24 16:56:07 -0500 |
| commit | 832869b257b50b12f9388c83021c53ece8761160 (patch) | |
| tree | 6fdf8012fb8d3bcd7b3ea176e80ae4c16d5b71bc /locale | |
| parent | dd86cb00adb2ecb1e0cdf256d9a4e0f96a0c6de1 (diff) | |
make translate
Diffstat (limited to 'locale')
| -rw-r--r-- | locale/circuitpython.pot | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index c9114dd5c..2b395356c 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-09-21 16:45-0500\n" +"POT-Creation-Date: 2020-09-24 16:55-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" @@ -1167,14 +1167,10 @@ msgstr "" msgid "Must be a %q subclass." msgstr "" -#: ports/mimxrt10xx/common-hal/busio/SPI.c ports/stm/common-hal/busio/SPI.c +#: ports/mimxrt10xx/common-hal/busio/SPI.c shared-bindings/busio/SPI.c msgid "Must provide MISO or MOSI pin" msgstr "" -#: ports/stm/common-hal/busio/SPI.c -msgid "Must provide SCK pin" -msgstr "" - #: shared-bindings/rgbmatrix/RGBMatrix.c #, c-format msgid "Must use a multiple of 6 rgb pins, not %d" |
