File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
- # SPDX-FileCopyrightText: 2014 MicroPython & CircuitPython contributors (https://github.com/adafruit/circuitpython/graphs/contributors)
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the PACKAGE package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
2
5
#
3
- # SPDX-License-Identifier: MIT
4
-
6
+ #, fuzzy
5
7
msgid ""
6
8
msgstr ""
7
9
"Project-Id-Version : PACKAGE VERSION\n "
8
10
"Report-Msgid-Bugs-To : \n "
9
- "POT-Creation-Date: 2020-07-07 14:38-0500 \n"
11
+ "POT-Creation-Date : 2020-07-17 18:03-0700 \n "
10
12
"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
11
13
"Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
12
14
"
Language-Team :
LANGUAGE <[email protected] >\n "
@@ -103,6 +105,10 @@ msgstr ""
103
105
msgid "'%q' argument required"
104
106
msgstr ""
105
107
108
+ #: py/objarray.c
109
+ msgid "'%q' object is not bytes-like"
110
+ msgstr ""
111
+
106
112
#: py/emitinlinethumb.c py/emitinlinextensa.c
107
113
#, c-format
108
114
msgid "'%s' expects a label"
@@ -3098,7 +3104,7 @@ msgstr ""
3098
3104
msgid "struct: no fields"
3099
3105
msgstr ""
3100
3106
3101
- #: py/objstr.c
3107
+ #: py/objarray.c py/ objstr.c
3102
3108
msgid "substring not found"
3103
3109
msgstr ""
3104
3110
You can’t perform that action at this time.
0 commit comments