Open slichtzzz opened 2 years ago
Our translation is done at transifex. Please see https://wiki.mate-desktop.org/contributing/translation/getting-started/ on how to translate.
Yes, I know! And I would gladly do this, but the "Description" on line 9 in this file ("Control multimedia volume") is abcent in the ru.po file, which you can easily check here:
https://github.com/mate-desktop/mate-media/blob/master/po/ru.po
as well as in any other *.po file
That's why the descriptions are not translated in the interface. Of course, the correct way is to put the description line back to *.po files, but I am not sure how this could be done. Do you have any idea how this could be fixed?
Yeah, at the moment "Description" on line 9 is translated here https://github.com/mate-desktop/mate-media/blob/9cb20f31afc556805c604a7be0d34f0531060c89/po/ru.po#L52. But it makes no sense because at line 9 of mate-volume-control/org.mate.applets.GvcApplet.mate-panel-applet.desktop.in.in
the text to translate is different:
https://github.com/mate-desktop/mate-media/blob/9cb20f31afc556805c604a7be0d34f0531060c89/mate-volume-control/org.mate.applets.GvcApplet.mate-panel-applet.desktop.in.in#L9
So, it is obvious that this is incorrect. The correct way is to have a new entry in the mate-media/po/ru.po file:
#: mate-volume-control/org.mate.applets.GvcApplet.mate-panel-applet.desktop.in.in:9
msgid "Control multimedia volume"
msgstr "Регулятор громкости мультимедиа"
Yes, *.po
files are generated from the template mate-media.pot which in turn is generated by the makepot script. Now the question is why the makepot script (which really just executes the make mate-media.pot
command) does not generate the mate-media.pot file correctly.
Yes, exactly! And at least couple applets ("inhibit" & "brightness") from "mate-power-manager" package have the same problem. I didn't check all the MATE applets, but some of them could have the same problem.
Add Russian translation