summaryrefslogtreecommitdiffstats
path: root/starter
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-07-24 01:50:03 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-07-26 11:33:25 +0200
commitebcfca6def3541ee7d302fb4669ed969b596e0be (patch)
tree71d8caaec3ac05c4e21f84cb93891cf60b96d72f /starter
parent3fc75f4d0a82dd095d40d38f5fe79684249b101d (diff)
downloadtde-style-baghira-ebcfca6def3541ee7d302fb4669ed969b596e0be.tar.gz
tde-style-baghira-ebcfca6def3541ee7d302fb4669ed969b596e0be.zip
Move translations to a new directory layout.
Add support for LINGUAS for listing translations to install. Rename translation catalogs to avoid potential collisions. Fix UTF-8 in author name and strings. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit e695196df6e48da48a7a4d99e55481c0a6b1d8fb)
Diffstat (limited to 'starter')
-rw-r--r--starter/CMakeL10n.txt2
-rw-r--r--starter/starter.cpp2
-rw-r--r--starter/starteriface.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/starter/CMakeL10n.txt b/starter/CMakeL10n.txt
index 64f8349..c90b131 100644
--- a/starter/CMakeL10n.txt
+++ b/starter/CMakeL10n.txt
@@ -1,3 +1,3 @@
##### create translation templates ##############
-tde_l10n_create_template( "starter" )
+tde_l10n_create_template( "messages/baghira-starter/" )
diff --git a/starter/starter.cpp b/starter/starter.cpp
index 6069045..93a37a2 100644
--- a/starter/starter.cpp
+++ b/starter/starter.cpp
@@ -475,7 +475,7 @@ extern "C"
{
KDE_EXPORT KPanelApplet* init( TQWidget *parent, const TQString& configFile)
{
- TDEGlobal::locale()->insertCatalogue("starter");
+ TDEGlobal::locale()->insertCatalogue("baghira-starter");
return new starter(configFile, KPanelApplet::Normal,
KPanelApplet::Preferences,
parent, "baghirastarter");
diff --git a/starter/starteriface.h b/starter/starteriface.h
index be1469f..4a8e41d 100644
--- a/starter/starteriface.h
+++ b/starter/starteriface.h
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2005 by Thomas Lübking *
+ * Copyright (C) 2005 by Thomas Lübking *
* thomas.luebking@web.de *
* *
* This program is free software; you can redistribute it and/or modify *