Skip to content

Commit e95e658

Browse files
committed
doc: Do not translate technical or extremely rare errors
1 parent 7e923d4 commit e95e658

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/translation_strings_policy.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ On a high level, these strings are to be translated:
2323

2424
### GUI strings
2525

26-
Anything that appears to the user in the GUI is to be translated. This includes labels, menu items, button texts, tooltips and window titles.
26+
Do not translate technical or extremely rare errors.
27+
Anything else that appears to the user in the GUI is to be translated. This includes labels, menu items, button texts, tooltips and window titles.
2728
This includes messages passed to the GUI through the UI interface through `InitMessage`, `ThreadSafeMessageBox` or `ShowProgress`.
2829

2930
General recommendations

0 commit comments

Comments
 (0)