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.
This commit is contained in:
Pino Toscano 2016-09-28 09:58:16 +02:00
parent 79c258cf7b
commit 014d417080

4
ExtraDesktop.sh Normal file
View File

@ -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/'