This string is the first in View menu. Compiled Konsole master branch and l10n-kf5/konsole.po file. In konsole.mo file, there are a translated "Split View" string, but Konsole don't load it. String in pt_BR/konsole.po file: #. i18n: ectx: Menu (view-split) #: ../desktop/konsoleui.rc:19 msgid "Split View" msgstr "Dividir a exibição" Reproducible: Always
This patch loads the strings from konsoleui.rc, but according to the api it should not be necessary $ git diff diff --git a/desktop/konsoleui.rc b/desktop/konsoleui.rc index 1dd4f69..10389e5 100644 --- a/desktop/konsoleui.rc +++ b/desktop/konsoleui.rc @@ -1,6 +1,6 @@ <!DOCTYPE kpartgui> -<kpartgui name="konsole" version="10"> +<kpartgui name="konsole" version="11" translationDomain="konsole"> <MenuBar> <Menu name="file"><text>File</text> <Action name="new-window"/> Adding Chusslove
Works for me now. Version: 15.12.3