Skip to content

Commit f1c7389

Browse files
committed
locales: Replace NBSP characters with true spaces
These characters, at code point 0xa0, are unintended.
1 parent 07740d1 commit f1c7389

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

locale/cs.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ msgstr ""
4444

4545
#: py/obj.c
4646
msgid " File \"%q\""
47-
msgstr "  Soubor \"%q\""
47+
msgstr " Soubor \"%q\""
4848

4949
#: py/obj.c
5050
msgid " File \"%q\", line %d"
51-
msgstr "  Soubor \"%q\", řádek %d"
51+
msgstr " Soubor \"%q\", řádek %d"
5252

5353
#: main.c
5454
msgid " output:\n"
55-
msgstr " výstup:\n"
55+
msgstr " výstup:\n"
5656

5757
#: py/objstr.c
5858
#, c-format

locale/pl.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1971,7 +1971,7 @@ msgstr "wartość kalibracji poza zakresem +/-127"
19711971

19721972
#: py/emitinlinethumb.c
19731973
msgid "can only have up to 4 parameters to Thumb assembly"
1974-
msgstr "asembler Thumb może przyjąć do 4 parameterów"
1974+
msgstr "asembler Thumb może przyjąć do 4 parameterów"
19751975

19761976
#: py/emitinlinextensa.c
19771977
msgid "can only have up to 4 parameters to Xtensa assembly"
@@ -3562,7 +3562,7 @@ msgstr ""
35623562
#~ msgstr "Nie udało się odkryć serwisów"
35633563

35643564
#~ msgid "Failed to get local address"
3565-
#~ msgstr "Nie udało się uzyskać lokalnego adresu"
3565+
#~ msgstr "Nie udało się uzyskać lokalnego adresu"
35663566

35673567
#~ msgid "Failed to get softdevice state"
35683568
#~ msgstr "Nie udało się odczytać stanu softdevice"
@@ -3610,7 +3610,7 @@ msgstr ""
36103610
#~ msgstr "Nie udało się zapisać gatts, błąd 0x%04x"
36113611

36123612
#~ msgid "Flash erase failed"
3613-
#~ msgstr "Nie udało się skasować flash"
3613+
#~ msgstr "Nie udało się skasować flash"
36143614

36153615
#~ msgid "Flash erase failed to start, err 0x%04x"
36163616
#~ msgstr "Nie udało się rozpocząć kasowania flash, błąd 0x%04x"

0 commit comments

Comments
 (0)