Skip to content

Commit cf3f3e5

Browse files
authored
Merge pull request #1774 from tannewt/pybadge_revd
Tweak pybadge and fix display bugs
2 parents f115ec2 + debff19 commit cf3f3e5

File tree

16 files changed

+70
-43
lines changed

16 files changed

+70
-43
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,5 @@ TAGS
6666
# POEdit mo files
6767
####################
6868
*.mo
69+
70+
.vscode

locale/ID.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2575,7 +2575,7 @@ msgid "unsupported Xtensa instruction '%s' with %d arguments"
25752575
msgstr ""
25762576

25772577
#: shared-bindings/displayio/TileGrid.c
2578-
msgid "unsupported bitmap type"
2578+
msgid "unsupported %q type"
25792579
msgstr ""
25802580

25812581
#: py/objstr.c

locale/circuitpython.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2528,7 +2528,7 @@ msgid "unsupported Xtensa instruction '%s' with %d arguments"
25282528
msgstr ""
25292529

25302530
#: shared-bindings/displayio/TileGrid.c
2531-
msgid "unsupported bitmap type"
2531+
msgid "unsupported %q type"
25322532
msgstr ""
25332533

25342534
#: py/objstr.c

locale/de_DE.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2584,8 +2584,8 @@ msgid "unsupported Xtensa instruction '%s' with %d arguments"
25842584
msgstr ""
25852585

25862586
#: shared-bindings/displayio/TileGrid.c
2587-
msgid "unsupported bitmap type"
2588-
msgstr "Nicht unterstützter Bitmap-Typ"
2587+
msgid "unsupported %q type"
2588+
msgstr "Nicht unterstützter %q-Typ"
25892589

25902590
#: py/objstr.c
25912591
#, c-format

locale/en_US.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2528,7 +2528,7 @@ msgid "unsupported Xtensa instruction '%s' with %d arguments"
25282528
msgstr ""
25292529

25302530
#: shared-bindings/displayio/TileGrid.c
2531-
msgid "unsupported bitmap type"
2531+
msgid "unsupported %q type"
25322532
msgstr ""
25332533

25342534
#: py/objstr.c

locale/en_x_pirate.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2532,7 +2532,7 @@ msgid "unsupported Xtensa instruction '%s' with %d arguments"
25322532
msgstr ""
25332533

25342534
#: shared-bindings/displayio/TileGrid.c
2535-
msgid "unsupported bitmap type"
2535+
msgid "unsupported %q type"
25362536
msgstr ""
25372537

25382538
#: py/objstr.c

locale/es.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2614,8 +2614,8 @@ msgid "unsupported Xtensa instruction '%s' with %d arguments"
26142614
msgstr "instrucción Xtensa '%s' con %d argumentos no soportada"
26152615

26162616
#: shared-bindings/displayio/TileGrid.c
2617-
msgid "unsupported bitmap type"
2618-
msgstr "tipo de bitmap no soportado"
2617+
msgid "unsupported %q type"
2618+
msgstr "tipo de %q no soportado"
26192619

26202620
#: py/objstr.c
26212621
#, c-format

locale/fil.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2616,8 +2616,8 @@ msgid "unsupported Xtensa instruction '%s' with %d arguments"
26162616
msgstr "hindi sinusuportahan ang instruction ng Xtensa '%s' sa %d argumento"
26172617

26182618
#: shared-bindings/displayio/TileGrid.c
2619-
msgid "unsupported bitmap type"
2620-
msgstr "Hindi supportadong tipo ng bitmap"
2619+
msgid "unsupported %q type"
2620+
msgstr "Hindi supportadong tipo ng %q"
26212621

26222622
#: py/objstr.c
26232623
#, c-format

locale/fr.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2638,8 +2638,8 @@ msgstr "instruction Xtensa '%s' non supportée avec %d arguments"
26382638

26392639
#: shared-bindings/displayio/TileGrid.c
26402640
#, fuzzy
2641-
msgid "unsupported bitmap type"
2642-
msgstr "type de bitmap non supporté"
2641+
msgid "unsupported %q type"
2642+
msgstr "type de %q non supporté"
26432643

26442644
#: py/objstr.c
26452645
#, c-format

locale/it_IT.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2614,8 +2614,8 @@ msgid "unsupported Xtensa instruction '%s' with %d arguments"
26142614
msgstr "istruzione '%s' Xtensa non supportata con %d argomenti"
26152615

26162616
#: shared-bindings/displayio/TileGrid.c
2617-
msgid "unsupported bitmap type"
2618-
msgstr "tipo di bitmap non supportato"
2617+
msgid "unsupported %q type"
2618+
msgstr "tipo di %q non supportato"
26192619

26202620
#: py/objstr.c
26212621
#, c-format

0 commit comments

Comments
 (0)