Bug 412358 - lsp client messages from ui file are not extracted
Summary: lsp client messages from ui file are not extracted
Status: RESOLVED FIXED
Alias: None
Product: kate
Classification: Applications
Component: general (other bugs)
Version First Reported In: Git
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-26 13:04 UTC by Burkhard Lück
Modified: 2019-09-26 20:36 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Burkhard Lück 2019-09-26 13:04:30 UTC
Fix:

diff --git a/addons/lspclient/Messages.sh b/addons/lspclient/Messages.sh
index be91dd2df..4fb9d9a0a 100644
--- a/addons/lspclient/Messages.sh
+++ b/addons/lspclient/Messages.sh
@@ -1,3 +1,3 @@
 #! /bin/sh
-$EXTRACTRC *.rc >> rc.cpp
+$EXTRACTRC *.ui *.rc >> rc.cpp
 $XGETTEXT *.cpp -o $podir/lspclient.pot
Comment 1 Christoph Cullmann 2019-09-26 20:35:54 UTC
Thanks for patch!
Comment 2 Christoph Cullmann 2019-09-26 20:36:27 UTC
Git commit 0853456192e9cda7a8234301b96c34c609a4fd11 by Christoph Cullmann.
Committed on 26/09/2019 at 20:35.
Pushed by cullmann into branch 'master'.

fix message extraction

M  +1    -1    addons/lspclient/Messages.sh

https://invent.kde.org/kde/kate/commit/0853456192e9cda7a8234301b96c34c609a4fd11
Comment 3 Christoph Cullmann 2019-09-26 20:36:30 UTC
Git commit 0853456192e9cda7a8234301b96c34c609a4fd11 by Christoph Cullmann.
Committed on 26/09/2019 at 20:35.
Pushed by scmsync into branch 'master'.

fix message extraction

M  +1    -1    addons/lspclient/Messages.sh

https://commits.kde.org/kate/0853456192e9cda7a8234301b96c34c609a4fd11