After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 719677 - Error russian language
Error russian language
Status: RESOLVED FIXED
Product: gcompris
Classification: Other
Component: general
unspecified
Other Windows
: Normal normal
: ---
Assigned To: Bruno Coudoin
Rami Aubourg-Kaires
Depends on:
Blocks:
 
 
Reported: 2013-12-02 09:08 UTC by Quicksilver
Modified: 2015-01-10 23:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Hands (200.11 KB, image/jpeg)
2013-12-02 18:34 UTC, Quicksilver
Details

Description Quicksilver 2013-12-02 09:08:55 UTC
The program (russian language) has a flaw:

Левая рука
Правая рука

hands.jpg
Comment 1 André Klapper 2013-12-02 17:57:30 UTC
What is the flaw?
Comment 2 Quicksilver 2013-12-02 18:23:23 UTC
"Влево" must be "Левая рука".
"Вправо" must be "Правая рука".
Comment 3 Quicksilver 2013-12-02 18:34:00 UTC
Created attachment 263328 [details]
Hands

Description within the attached file.
Comment 4 André Klapper 2013-12-03 08:42:41 UTC
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.
Comment 5 Quicksilver 2013-12-03 08:54:11 UTC

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.
Comment 6 André Klapper 2013-12-03 11:11:12 UTC
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 "вправо"
Comment 7 Bruno Coudoin 2015-01-10 23:10:53 UTC
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.