Skip to content

Commit 4d70872

Browse files
committed
make translate
1 parent 54d9725 commit 4d70872

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

locale/circuitpython.pot

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2020-09-09 14:33-0700\n"
11+
"POT-Creation-Date: 2020-09-12 15:10-0500\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -1925,7 +1925,7 @@ msgstr ""
19251925
msgid "bad format string"
19261926
msgstr ""
19271927

1928-
#: py/binary.c
1928+
#: py/binary.c py/objarray.c
19291929
msgid "bad typecode"
19301930
msgstr ""
19311931

@@ -1978,6 +1978,10 @@ msgstr ""
19781978
msgid "bytes > 8 bits not supported"
19791979
msgstr ""
19801980

1981+
#: py/objarray.c
1982+
msgid "bytes length not a multiple of item size"
1983+
msgstr ""
1984+
19811985
#: py/objstr.c
19821986
msgid "bytes value out of range"
19831987
msgstr ""
@@ -2943,6 +2947,11 @@ msgstr ""
29432947
msgid "overflow converting long int to machine word"
29442948
msgstr ""
29452949

2950+
#: py/modstruct.c
2951+
#, c-format
2952+
msgid "pack expected %d items for packing (got %d)"
2953+
msgstr ""
2954+
29462955
#: shared-bindings/_stage/Layer.c shared-bindings/_stage/Text.c
29472956
msgid "palette must be 32 bytes long"
29482957
msgstr ""

0 commit comments

Comments
 (0)