Skip to content

Commit a445e99

Browse files
committed
fix(i18n): add DTR and RTS to the non-translated whitelist
1 parent 81c84af commit a445e99

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Tools/WebServer/tests/test_i18n.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -936,6 +936,9 @@ def test_html_elements_with_text_need_i18n(self):
936936
"RTS/CTS",
937937
"DSR/DTR",
938938
"XON/XOFF",
939+
# Serial pin names (universal abbreviations)
940+
"DTR",
941+
"RTS",
939942
# Numbers and symbols only
940943
]
941944

0 commit comments

Comments
 (0)