| Summary: | Konsole don't load translated "Split View" string | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | André Marcelo Alvarenga <alvarenga> |
| Component: | general | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | CC: | caslav.ilic, lueck, PoMec |
| Priority: | NOR | ||
| Version First Reported In: | master | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
André Marcelo Alvarenga
2015-08-01 00:30:22 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
Works for me now. Version: 15.12.3 |