-
Notifications
You must be signed in to change notification settings - Fork 303
Avoid unnecessary translations #297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK 19d51a2
Tested that these are all the occurrences in this file, and cross-checked for any occurrences in other files. We already set the notr
attribute in other areas of the code such as coincontroldialog.ui, overviewpage.ui, and sendcoinsdialog.ui.
Furthermore, BTC
is treated as a symbol or unit of Bitcoin and is untranslatable by nature.
Concept ACK |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK.
Is it really untranslated? What about languages that don't use the Latin alphabet at all? |
For example? (not non-Latin languages, but abbreviated name "BTC" in non-Latin languages) My three non-Latin languages use "BTC", btw. |
I would expect Russian to use a Cyrillic abbreviation? Possibly Chinese and Japanese to get single-character units at some point? |
I've made a quick re-check of some multi-language online services. All of them use "BTC" in non-Latin languages. |
Working on translation, I found these translations introduced in #79, that are unnecessary (assuming the universal nature of the "BTC" string).