Bug 350843 - Konsole don't load translated "Split View" string
Summary: Konsole don't load translated "Split View" string
Status: RESOLVED WORKSFORME
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: master
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-01 00:30 UTC by André Marcelo Alvarenga
Modified: 2016-03-31 22:26 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description André Marcelo Alvarenga 2015-08-01 00:30:22 UTC
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
Comment 1 Burkhard Lück 2015-08-01 07:22:06 UTC
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
Comment 2 André Marcelo Alvarenga 2016-03-31 22:26:24 UTC
Works for me now.
Version: 15.12.3