Created attachment 92451 [details] Quicklist still in English In LibreOffice 4.2.0.2 Build ID: 601a398b803303d1a40a3299729531824fe0db56 on Ubuntu 12.04.4 x86_64, the quicklist are not translate in french (see attachment) 1) Install LibreOffice_4.2.0.2_Linux_x86-64_deb.tar.gz 2) Install LibreOffice_4.2.0.2_Linux_x86-64_deb_langpack_fr.tar.gz 3) Install LibreOffice_4.2.0.2_Linux_x86-64_deb_helppack_fr.tar.gz 4) Don't forget to select french for User interface (in Tools -> Option -> Language settings -> Languages ). Quit LibreOffice after that. 5) Launch LibreOffice 6) Make a click right on the LibreOffice icon 7) Quicklist show, no translated 8) Expected: quicklist translate
Sophie/Jean-Baptiste: one for you?
Confirmed for versions 4.2.0.2 and 4.2.1.0.0+ on Ubuntu 13.10 FR. Best regards. JBF
It seems that the sections like [Desktop Action Writer] Name=Text Document Exec=libreoffice4.2 --writer OnlyShowIn=Unity; in startcenter.desktop are not made translatable. There is nothing in sysui/desktop/menus/startcenter.desktop which make different the strings which are translated (GenericName or Comment in [Desktop Entry] for example) and the strings which are not translated (Name in [Desktop Action ***] sections) Hi Andras, do you know what should be done to make these strings translatable? Best regards. JBF
*** Bug 80417 has been marked as a duplicate of this bug. ***
*** Bug 86256 has been marked as a duplicate of this bug. ***
@Jean libreoffice.desktop is tranlsatable, this file is just absent i pootle. Here is how it is translated with clementine.desktop ... [Next Shortcut Group] Name=Next Exec=clementine --next TargetEnvironment=Unity Name[af]=Volgende Name[be]=Далей Name[bg]=Следваща ... [Previous Shortcut Group] Name=Previous Exec=clementine --previous TargetEnvironment=Unity Name[af]=Vorige Name[be]=Папярэдні Name[bg]=Предишна .... So there are two ways to fix it, translate it manually in git (I didn't find this file in sources) via google translate or adapt it to libtext and consequently to LO-pootle
Before I open a duplicate or redundant report, is this related? Unity doesn't localize from GenericName[code]=Localized-Name It only displays localized names from Name[code]=Localized-Name So I did: sed -i 's|GenericName|Name|g' /usr/share/applications/libreoffice-* Everything that is localized now localizes.
I think you'd better to open new bug. This bug report is about names of custom actions (create new file), which are untranslated at all.
Not only is translatable, but actually is translated in 5.1.1/Ubuntu 16.04. see also: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1170035