Description: Menu option "Edit → Go to Page..." appears in English while should be "Ir a la página...". Steps to Reproduce: 1. Open LO Writer localized in Spanish (es-es) 2. Click on menu Edit Actual Results: "Go to Page..." appears. Expected Results: It should appears "Ir a la página..." Reproducible: Always User Profile Reset: No Additional Info: Versión: 6.1.0.3 Id. de compilación: efb621ed25068d70781dc026f7e9c5187a4decd1 Subprocs. CPU: 4; SO: Linux 4.9; Repres. IU: predet.; VCL: gtk2; Configuración regional: es-ES (es_ES.utf8); Calc: threaded
The string is translated: https://translations.documentfoundation.org/es/translate/#search=%22Go%20to%20Page%22&sfields=source,target
On pc Debian x86-64 with master sources updated today + Spanish UI, I could reproduce this.
No using KeyId, I get "QFi68" So it gives: https://translations.documentfoundation.org/es/translate/#search=QFi68&sfields=source,target,notes which indeed has no translation. translations/source/es/officecfg/registry/data/org/openoffice/Office/UI.po 25914 #: WriterCommands.xcu 25915 msgctxt "" 25916 "WriterCommands.xcu\n" 25917 "..WriterCommands.UserInterface.Commands..uno:GotoPage\n" 25918 "Label\n" 25919 "value.text" 25920 msgid "Go t~o Page..." 25921 msgstr "" I can add a translation like "Ir a la página..." in Pootle but we need to know where to put "~" to enable the shortcut. Adolfo: any thoughts?
Yep, it seems the string went untranslated after someone modified it to add an ellipsis, and I neglected to update the translation. Thanks for the report, Camaleón! @Julien: We have some guidelines to pick adequate accelerator/shortcut letters for translated strings at [1], but in practice this is a futile effort. Most menus have items with repeated accelerators, especially since Jay Phillips worked in reorganizing all the menus. I have never been able to keep up with those changes, and I reckon most maintained localizations are in the same situation. [1]: https://wiki.documentfoundation.org/ES/Gu%C3%ADa_de_estilo#Aceleradores
I put: Ir ~a la página... See master: https://translations.documentfoundation.org/es/translate/#search=QFi68&sfields=source,target,notes&unit=149630461&offset=0 6.1: https://translations.documentfoundation.org/es/translate/#search=QFi68&sfields=source,target,notes&unit=151016191&offset=0 "i", "l", "p", g and "n" were already taken. Perhaps "a" is already taken too but couldn't see all the shortcuts since I didn't know how to enable some entries.
Merci, Julien! That will do.
*** Bug 119434 has been marked as a duplicate of this bug. ***