Skip to content

Commit e5d2b25

Browse files
committed
remove 'double-wide' characters not in the font
I noticed the build printed things like ``` Font missing 3 characters ``` .. this is why. We can't make it an error, because Japanese has hundreds of characters not in the font.
1 parent 5a4a803 commit e5d2b25

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

locale/zh_Latn_pinyin.po

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ msgstr "Bǐtè shízhōng hé dānzì xuǎnzé bìxū gòngxiǎng shízhōng dā
535535
#: shared-bindings/rgbmatrix/RGBMatrix.c
536536
#, c-format
537537
msgid "Bit depth must be from 1 to 6 inclusive, not %d"
538-
msgstr "wèi shēn dù bì xū bāo hán 1 dào 6 ér bù shì %d"
538+
msgstr "wèi shēn dù bì xū bāo hán 1 dào 6, ér bù shì %d"
539539

540540
#: shared-bindings/audiobusio/PDMIn.c
541541
msgid "Bit depth must be multiple of 8."
@@ -610,7 +610,7 @@ msgstr "Huǎnchōng qū bìxū zhìshǎo chángdù 1"
610610
#: shared-bindings/_bleio/PacketBuffer.c
611611
#, c-format
612612
msgid "Buffer too short by %d bytes"
613-
msgstr "Huǎn chōng qū tài duǎn àn %d zì jié"
613+
msgstr "Huǎn chōng qū tài duǎn , àn %d zì jié"
614614

615615
#: ports/atmel-samd/common-hal/displayio/ParallelBus.c
616616
#: ports/esp32s2/common-hal/displayio/ParallelBus.c
@@ -2169,7 +2169,7 @@ msgid ""
21692169
"Increase the stack size if you know how. If not:"
21702170
msgstr ""
21712171
"diàn lù dàn duī bèi sǔn huài, yīn wéi duī zhàn tài xiǎo.\n"
2172-
"rú guǒ nín zhī dào rú hé zēng jiā duī zhàn dà xiǎo. rú guǒ méi yǒu"
2172+
"rú guǒ nín zhī dào rú hé zēng jiā duī zhàn dà xiǎo. rú guǒ méi yǒu:"
21732173

21742174
#: supervisor/shared/safe_mode.c
21752175
msgid ""
@@ -2351,7 +2351,7 @@ msgstr "Wúfǎ xiě rù nvm."
23512351

23522352
#: shared-bindings/alarm/SleepMemory.c
23532353
msgid "Unable to write to sleep_memory."
2354-
msgstr "wú fǎ xiě rù sleep_memory。"
2354+
msgstr "wú fǎ xiě rù sleep_memory.
23552355
23562356
#: ports/nrf/common-hal/_bleio/UUID.c
23572357
msgid "Unexpected nrfx uuid type"
@@ -3411,7 +3411,7 @@ msgstr "wúxiào de cānshù"
34113411
#: shared-bindings/bitmaptools/__init__.c
34123412
#, c-format
34133413
msgid "invalid bits_per_pixel %d, must be, 1, 4, 8, 16, 24, or 32"
3414-
msgstr "wú xiào bits_per_pixel %d bì xū shì, 1, 4, 8, 16, 24, huò 32"
3414+
msgstr "wú xiào bits_per_pixel %d, bì xū shì, 1, 4, 8, 16, 24, huò 32"
34153415

34163416
#: shared-bindings/bitmaptools/__init__.c
34173417
#, c-format
@@ -3870,7 +3870,7 @@ msgstr "chāo gāo zhuǎnhuàn zhǎng zhěng shùzì shí"
38703870
#: py/modstruct.c
38713871
#, c-format
38723872
msgid "pack expected %d items for packing (got %d)"
3873-
msgstr "bāo zhuāng yù qī de %d bāo zhuāng xiàng mù dé dào %d)"
3873+
msgstr "bāo zhuāng yù qī de %d bāo zhuāng xiàng mù (dé dào %d)"
38743874

38753875
#: shared-bindings/_stage/Layer.c shared-bindings/_stage/Text.c
38763876
msgid "palette must be 32 bytes long"
@@ -4475,7 +4475,7 @@ msgid "zi must be of shape (n_section, 2)"
44754475
msgstr "zi bìxū jùyǒu xíngzhuàng (n_section,2)"
44764476

44774477
#~ msgid "Buffer too large and unable to allocate"
4478-
#~ msgstr "Huǎn chōng qū tài dà wú fǎ fēn pèi"
4478+
#~ msgstr "Huǎn chōng qū tài dà , wú fǎ fēn pèi"
44794479

44804480
#~ msgid "interp is defined for 1D arrays of equal length"
44814481
#~ msgstr "interp shì wèi děng zhǎng de 1D shùzǔ dìngyì de"

0 commit comments

Comments
 (0)