summaryrefslogtreecommitdiffstats
path: root/src/thememoodin.cpp
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-05-03 02:39:22 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-05-03 02:41:07 +0200
commiteb2422ab08ebe4d975a8d8a387d2371089b4e5b5 (patch)
tree1236539c5cbd17f40a6d4f1166c3e44ae8e8e253 /src/thememoodin.cpp
parent54c0aa6024b24fc0adfbc0b16d127a40c0583cda (diff)
downloadksplash-engine-moodin-eb2422ab08ebe4d975a8d8a387d2371089b4e5b5.tar.gz
ksplash-engine-moodin-eb2422ab08ebe4d975a8d8a387d2371089b4e5b5.zip
Add the ability to translate:
+ Catalog for strings in the plugin. + Desktop file translations. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 460b0273772f313ff533ba655ccaa11cf7acef5c)
Diffstat (limited to 'src/thememoodin.cpp')
-rw-r--r--src/thememoodin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/thememoodin.cpp b/src/thememoodin.cpp
index b87b92a..d7fb17f 100644
--- a/src/thememoodin.cpp
+++ b/src/thememoodin.cpp
@@ -37,6 +37,7 @@ K_EXPORT_COMPONENT_FACTORY(ksplashmoodin, KGenericFactory<ThemeMoodin>("ksplash"
ThemeMoodin::ThemeMoodin(TQWidget* parent, const char* name, const TQStringList& args)
:ThemeEngine(parent, name, args)
{
+ TDEGlobal::locale()->insertCatalogue( "ksplash-engine-moodin" );
readSettings();
init();
}