aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHennadii Stepanov <[email protected]>2020-04-11 18:49:19 +0300
committerHennadii Stepanov <[email protected]>2020-05-05 04:46:08 +0300
commite95e658b8ec6e02229691a1941d688e96d4df6af (patch)
tree92e8e710fafccfd270e7dd654503e4aba3500414
parentMake InitError bilingual (diff)
downloaddiscoin-e95e658b8ec6e02229691a1941d688e96d4df6af.tar.xz
discoin-e95e658b8ec6e02229691a1941d688e96d4df6af.zip
doc: Do not translate technical or extremely rare errors
-rw-r--r--doc/translation_strings_policy.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/translation_strings_policy.md b/doc/translation_strings_policy.md
index 634aca355..1931302dd 100644
--- a/doc/translation_strings_policy.md
+++ b/doc/translation_strings_policy.md
@@ -23,7 +23,8 @@ On a high level, these strings are to be translated:
### GUI strings
-Anything that appears to the user in the GUI is to be translated. This includes labels, menu items, button texts, tooltips and window titles.
+Do not translate technical or extremely rare errors.
+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.
This includes messages passed to the GUI through the UI interface through `InitMessage`, `ThreadSafeMessageBox` or `ShowProgress`.
General recommendations