Skip to content

Commit e45fe3d

Browse files
authored
Merge branch 'adafruit:main' into samd-sleep
2 parents 943f2b2 + 210ce1d commit e45fe3d

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

locale/pt_BR.po

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgstr ""
66
"Project-Id-Version: PACKAGE VERSION\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2021-01-04 12:55-0600\n"
9-
"PO-Revision-Date: 2021-10-20 07:36+0000\n"
9+
"PO-Revision-Date: 2021-10-23 07:37+0000\n"
1010
"Last-Translator: Wellington Terumi Uemura <[email protected]>\n"
1111
"Language-Team: \n"
1212
"Language: pt_BR\n"
@@ -2521,6 +2521,11 @@ msgid ""
25212521
"\n"
25222522
"To list built-in modules type `help(\"modules\")`.\n"
25232523
msgstr ""
2524+
"Bem-vindo ao Adafruit CircuitPython %s!\n"
2525+
"\n"
2526+
"Visite o site circuitpython.org para obter mais informações.\n"
2527+
"\n"
2528+
"Para listar os módulos existente digite `help(\"modules\")`.\n"
25242529

25252530
#: shared-bindings/wifi/Radio.c
25262531
msgid "WiFi password must be between 8 and 63 characters"

locale/sv.po

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgstr ""
66
"Project-Id-Version: PACKAGE VERSION\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2021-01-04 12:55-0600\n"
9-
"PO-Revision-Date: 2021-10-20 07:36+0000\n"
9+
"PO-Revision-Date: 2021-10-23 07:37+0000\n"
1010
"Last-Translator: Jonny Bergdahl <[email protected]>\n"
1111
"Language-Team: LANGUAGE <[email protected]>\n"
1212
"Language: sv\n"
@@ -2490,6 +2490,11 @@ msgid ""
24902490
"\n"
24912491
"To list built-in modules type `help(\"modules\")`.\n"
24922492
msgstr ""
2493+
"Välkommen till Adafruit CircuitPython %s!\n"
2494+
"\n"
2495+
"Besök circuitpython.org för mer information.\n"
2496+
"\n"
2497+
"För att lista inbyggda moduler skriver du `help(\"modules\")`.\n"
24932498

24942499
#: shared-bindings/wifi/Radio.c
24952500
msgid "WiFi password must be between 8 and 63 characters"
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
#define MICROPY_HW_BOARD_NAME "PyKey60"
22
#define MICROPY_HW_MCU_NAME "rp2040"
3+
4+
#define MICROPY_HW_NEOPIXEL (&pin_GPIO29)

0 commit comments

Comments
 (0)