@@ -99,13 +99,17 @@ msgstr ""
9999"%d address pins, %d rgb pins and %d tiles indicate a height of %d, not %d"
100100
101101#: ports/atmel-samd/common-hal/alarm/__init__.c
102+ #: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
102103#: ports/cxd56/common-hal/analogio/AnalogOut.c ports/cxd56/common-hal/rtc/RTC.c
104+ #: ports/espressif/common-hal/audiobusio/I2SOut.c
103105#: ports/espressif/common-hal/rtc/RTC.c
104106#: ports/mimxrt10xx/common-hal/analogio/AnalogOut.c
105107#: ports/mimxrt10xx/common-hal/rtc/RTC.c ports/nrf/common-hal/alarm/__init__.c
106- #: ports/nrf/common-hal/analogio/AnalogOut.c ports/nrf/common-hal/rtc/RTC.c
108+ #: ports/nrf/common-hal/analogio/AnalogOut.c
109+ #: ports/nrf/common-hal/audiobusio/I2SOut.c ports/nrf/common-hal/rtc/RTC.c
107110#: ports/raspberrypi/common-hal/alarm/__init__.c
108111#: ports/raspberrypi/common-hal/analogio/AnalogOut.c
112+ #: ports/raspberrypi/common-hal/audiobusio/I2SOut.c
109113#: ports/raspberrypi/common-hal/rtc/RTC.c ports/stm/common-hal/alarm/__init__.c
110114#: ports/stm/common-hal/canio/Listener.c ports/stm/common-hal/rtc/RTC.c
111115#: shared-bindings/audiobusio/I2SOut.c shared-bindings/audiobusio/PDMIn.c
@@ -2984,7 +2988,7 @@ msgstr "empty"
29842988msgid "empty file"
29852989msgstr "empty file"
29862990
2987- #: extmod/moduasyncio.c extmod/moduheapq.c extmod/modutimeq.c
2991+ #: extmod/moduasyncio.c extmod/moduheapq.c
29882992msgid "empty heap"
29892993msgstr "empty heap"
29902994
@@ -3937,10 +3941,6 @@ msgstr "pow() with 3 arguments requires integers"
39373941msgid "pull masks conflict with direction masks"
39383942msgstr "pull masks conflict with direction masks"
39393943
3940- #: extmod/modutimeq.c
3941- msgid "queue overflow"
3942- msgstr "queue overflow"
3943-
39443944#: py/parse.c
39453945msgid "raw f-strings are not supported"
39463946msgstr "raw f-strings are not supported"
@@ -4404,6 +4404,9 @@ msgstr "zi must be of float type"
44044404msgid "zi must be of shape (n_section, 2)"
44054405msgstr "zi must be of shape (n_section, 2)"
44064406
4407+ #~ msgid "queue overflow"
4408+ #~ msgstr "queue overflow"
4409+
44074410#~ msgid "Stopping AP is not supported."
44084411#~ msgstr "Stopping AP is not supported."
44094412
0 commit comments