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:
parent
79c258cf7b
commit
014d417080
4
ExtraDesktop.sh
Normal file
4
ExtraDesktop.sh
Normal 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/'
|
Loading…
Reference in New Issue
Block a user