From 014d417080eb9129baee18840eb2a260099d36c4 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Wed, 28 Sep 2016 09:58:16 +0200 Subject: [PATCH] i18n: handle strings in kdevtemplate files The 'qml-plasmoid' is excluded on purpose in this case, since the file has many translations already, and we are too close to the periodic release date of frameworks: this means extracting it now would remove all the existing translations, giving a couple of days only to translators to provide them back. Once version 5.27.0 is released, this restriction will be lifted, as there will be plenty of time to translate everything back. --- ExtraDesktop.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ExtraDesktop.sh diff --git a/ExtraDesktop.sh b/ExtraDesktop.sh new file mode 100644 index 000000000..e2ecb61ad --- /dev/null +++ b/ExtraDesktop.sh @@ -0,0 +1,4 @@ +#! /bin/sh +#This file outputs in a separate line each file with a .desktop syntax +#that needs to be translated but has a non .desktop extension +find -name \*.kdevtemplate -print | grep -v '/qml-plasmoid/'