GNOME Bugzilla – Bug 719677
Error russian language
Last modified: 2015-01-10 23:10:53 UTC
The program (russian language) has a flaw: Левая рука Правая рука hands.jpg
What is the flaw?
"Влево" must be "Левая рука". "Вправо" must be "Правая рука".
Created attachment 263328 [details] Hands Description within the attached file.
Why is this an "error" at all? The instructions say Найди свою левую и правую руки Определите правую и левую руку before, so it is clear that "left" and "right" refer to hands here. The original translation does not mention "hand" either for the strings "left" and "right" so this is not specific to Russian.
This is important, because it defeats the purpose of a button. If you do not write the word "hand", then you should be "Левая", "Правая". I am a Russian man as it is written now - wrong.
In that case the strings in the codebase need disambiguation ( https://wiki.gnome.org/TranslationProject/DevGuidelines/Translation%20contexts ) as the string is used in several places which can be seen in https://l10n.gnome.org/vertimus/gcompris/master/po/ru : #: ../src/leftright-activity/leftright.c:230 #: ../src/searace-activity/searace.py:415 #: ../src/searace-activity/searace.py:439 #: ../src/searace-activity/searace.py:529 #: ../src/searace-activity/searace.py:838 #: ../src/searace-activity/searace.py:872 #: ../src/searace-activity/searace.py:964 msgid "left" msgstr "влево" #: ../src/leftright-activity/leftright.c:236 #: ../src/searace-activity/searace.py:415 #: ../src/searace-activity/searace.py:439 #: ../src/searace-activity/searace.py:539 #: ../src/searace-activity/searace.py:840 #: ../src/searace-activity/searace.py:874 #: ../src/searace-activity/searace.py:958 msgid "right" msgstr "вправо"
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.