File tree Expand file tree Collapse file tree 5 files changed +870
-231
lines changed Expand file tree Collapse file tree 5 files changed +870
-231
lines changed Original file line number Diff line number Diff line change @@ -194,10 +194,10 @@ pseudoxml:
194
194
all-source :
195
195
196
196
locale/circuitpython.pot : all-source
197
- find . -iname " *.c" | xargs xgettext -L C --keyword=translate -o circuitpython.pot -p locale
197
+ find . -iname " *.c" | xargs xgettext -L C --keyword=translate -F - o circuitpython.pot -p locale
198
198
199
199
translate : locale/circuitpython.pot
200
- for po in $( shell ls locale/* .po) ; do msgmerge -U $$ po locale/circuitpython.pot; done
200
+ for po in $( shell ls locale/* .po) ; do msgmerge -U -F $$ po locale/circuitpython.pot; done
201
201
202
202
check-translate : locale/circuitpython.pot $(wildcard locale/* .po)
203
203
$(PYTHON ) tools/check_translations.py $^
Original file line number Diff line number Diff line change 8
8
msgstr ""
9
9
"Project-Id-Version : PACKAGE VERSION\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
- "POT-Creation-Date : 2018-08-20 09:37 -0700\n "
11
+ "POT-Creation-Date : 2018-08-30 16:06 -0700\n "
12
12
"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
13
13
"Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
14
14
"
Language-Team :
LANGUAGE <[email protected] >\n "
@@ -610,11 +610,11 @@ msgid "frequency can only be either 80Mhz or 160MHz"
610
610
msgstr ""
611
611
612
612
#: ports/esp8266/modnetwork.c:61
613
- msgid "STA required"
613
+ msgid "AP required"
614
614
msgstr ""
615
615
616
616
#: ports/esp8266/modnetwork.c:61
617
- msgid "AP required"
617
+ msgid "STA required"
618
618
msgstr ""
619
619
620
620
#: ports/esp8266/modnetwork.c:87
Original file line number Diff line number Diff line change 7
7
msgstr ""
8
8
"Project-Id-Version : \n "
9
9
"Report-Msgid-Bugs-To : \n "
10
- "POT-Creation-Date : 2018-08-20 09:37 -0700\n "
10
+ "POT-Creation-Date : 2018-08-30 16:04 -0700\n "
11
11
"PO-Revision-Date : 2018-07-27 11:55-0700\n "
12
12
"Last-Translator : \n "
13
13
"Language-Team : \n "
@@ -610,11 +610,11 @@ msgid "frequency can only be either 80Mhz or 160MHz"
610
610
msgstr ""
611
611
612
612
#: ports/esp8266/modnetwork.c:61
613
- msgid "STA required"
613
+ msgid "AP required"
614
614
msgstr ""
615
615
616
616
#: ports/esp8266/modnetwork.c:61
617
- msgid "AP required"
617
+ msgid "STA required"
618
618
msgstr ""
619
619
620
620
#: ports/esp8266/modnetwork.c:87
You can’t perform that action at this time.
0 commit comments