diff options
| author | Dan Halbert <halbert@halwitz.org> | 2019-04-09 17:47:25 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-09 17:47:25 -0400 |
| commit | 9026f13a25d60a2d39f4233f9213f3d49eb5855a (patch) | |
| tree | c8625d129117b9eda0b960b16a8c5f85551895a2 /locale/circuitpython.pot | |
| parent | 5015036c06e12c158ca0b36a23fade8da6fbbf07 (diff) | |
| parent | 0e98eeb63b841f8e7b48b4ad50df9f144e7ecf25 (diff) | |
Merge pull request #1756 from tannewt/fix_cpx_display
Fix crash when getting board.SPI outside the VM
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index 8516b5e5d..e38aa7727 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-04-04 13:37-0700\n" +"POT-Creation-Date: 2019-04-08 16:48-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" @@ -899,16 +899,8 @@ msgstr "" msgid "No available clocks" msgstr "" -#: supervisor/shared/board_busses.c -msgid "No default I2C bus" -msgstr "" - -#: supervisor/shared/board_busses.c -msgid "No default SPI bus" -msgstr "" - -#: supervisor/shared/board_busses.c -msgid "No default UART bus" +#: shared-bindings/board/__init__.c +msgid "No default %q bus" msgstr "" #: ports/atmel-samd/common-hal/touchio/TouchIn.c |
