Skip to content

Commit a3d8567

Browse files
committed
Adding error message for PulseIn
1 parent 12b8161 commit a3d8567

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

locale/circuitpython.pot

Lines changed: 5 additions & 1 deletion
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-08-01 12:58-0500\n"
11+
"POT-Creation-Date: 2020-08-01 13:45-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"
@@ -880,6 +880,10 @@ msgstr ""
880880
msgid "Incorrect buffer size"
881881
msgstr ""
882882

883+
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
884+
msgid "Input taking too long"
885+
msgstr ""
886+
883887
#: py/moduerrno.c
884888
msgid "Input/output error"
885889
msgstr ""

0 commit comments

Comments
 (0)