Skip to content

Commit 863e7a5

Browse files
committed
Fix wrong python command in Makefile
Add pot file
1 parent a54e707 commit 863e7a5

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ pseudoxml:
242242
.PHONY: all-source
243243
all-source:
244244

245-
TRANSLATE_CHECK_SUBMODULES=if ! [ -f extmod/ulab/README.md ]; then python tools/ci_fetch_deps.py translate; fi
245+
TRANSLATE_CHECK_SUBMODULES=if ! [ -f extmod/ulab/README.md ]; then $(PYTHON) tools/ci_fetch_deps.py translate; fi
246246
TRANSLATE_COMMAND=find $(TRANSLATE_SOURCES) -type d \( $(TRANSLATE_SOURCES_EXC) \) -prune -o -type f \( -iname "*.c" -o -iname "*.h" \) -print | (LC_ALL=C sort) | xgettext -x locale/synthetic.pot -f- -L C -s --add-location=file --keyword=MP_ERROR_TEXT -o - | sed -e '/"POT-Creation-Date: /d'
247247
locale/circuitpython.pot: all-source
248248
$(TRANSLATE_CHECK_SUBMODULES)

locale/circuitpython.pot

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1088,7 +1088,7 @@ msgstr ""
10881088
msgid "For RGB colorspaces, input bitmap must have 16 bits per pixel"
10891089
msgstr ""
10901090

1091-
#: ports/cxd56/common-hal/camera/Camera.c
1091+
#: ports/cxd56/common-hal/camera/Camera.c shared-module/audiocore/WaveFile.c
10921092
msgid "Format not supported"
10931093
msgstr ""
10941094

@@ -2300,10 +2300,6 @@ msgstr ""
23002300
msgid "Unsupported display bus type"
23012301
msgstr ""
23022302

2303-
#: shared-module/audiocore/WaveFile.c
2304-
msgid "Unsupported format"
2305-
msgstr ""
2306-
23072303
#: shared-bindings/hashlib/__init__.c
23082304
msgid "Unsupported hash algorithm"
23092305
msgstr ""
@@ -2360,6 +2356,12 @@ msgstr ""
23602356
msgid "Wi-Fi: "
23612357
msgstr ""
23622358

2359+
#: ports/espressif/common-hal/wifi/Radio.c
2360+
#: ports/raspberrypi/common-hal/wifi/Radio.c
2361+
#: ports/zephyr-cp/common-hal/wifi/Radio.c
2362+
msgid "WiFi is not enabled"
2363+
msgstr ""
2364+
23632365
#: ports/raspberrypi/common-hal/wifi/Radio.c
23642366
msgid "Wifi is not enabled"
23652367
msgstr ""
@@ -4392,12 +4394,6 @@ msgstr ""
43924394
msgid "width must be greater than zero"
43934395
msgstr ""
43944396

4395-
#: ports/espressif/common-hal/wifi/Radio.c
4396-
#: ports/raspberrypi/common-hal/wifi/Radio.c
4397-
#: ports/zephyr-cp/common-hal/wifi/Radio.c
4398-
msgid "wifi is not enabled"
4399-
msgstr ""
4400-
44014397
#: ports/raspberrypi/common-hal/wifi/Monitor.c
44024398
msgid "wifi.Monitor not available"
44034399
msgstr ""

0 commit comments

Comments
 (0)