Align structure of translations/messages to similar modules.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 8b834eeb66)
r14.0.x r14.0.11
Michele Calgaro 3 years ago
parent 9c29e65b92
commit ffda7f0ba7
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -1,12 +1,12 @@
##### create translation templates ############## ##### create translation templates ##############
tde_l10n_create_template( tde_l10n_create_template(
CATALOG "messages/twin_deKorator/" CATALOG "messages/twin-style-dekorator"
SOURCES . SOURCES .
X-POT ${CMAKE_SOURCE_DIR}/../../../core/tde-i18n/template/messages/tdebase/twin_clients.pot X-POT ${CMAKE_SOURCE_DIR}/../../../core/tde-i18n/template/messages/tdebase/twin_clients.pot
) )
tde_l10n_create_template( tde_l10n_create_template(
CATALOG "desktop_files/twin-style-deKorator-desktops" CATALOG "desktop_files/twin-style-dekorator-desktops"
SOURCES deKorator.desktop SOURCES deKorator.desktop
) )

@ -68,7 +68,7 @@ DeKoratorConfig::DeKoratorConfig( TDEConfig* config, TQWidget* parent )
// create the configuration object // create the configuration object
config_ = new TDEConfig( "twindeKoratorrc" ); config_ = new TDEConfig( "twindeKoratorrc" );
TDEGlobal::locale()->insertCatalogue("twin_clients"); TDEGlobal::locale()->insertCatalogue("twin_clients");
TDEGlobal::locale()->insertCatalogue("twin_deKorator"); TDEGlobal::locale()->insertCatalogue("twin-style-dekorator");
// create and show the configuration dialog // create and show the configuration dialog
dialog_ = new ConfigDialog( parent ); dialog_ = new ConfigDialog( parent );

@ -191,7 +191,7 @@ extern "C"
DeKoratorFactory::DeKoratorFactory() DeKoratorFactory::DeKoratorFactory()
{ {
TDEGlobal::locale()->insertCatalogue("twin_clients"); TDEGlobal::locale()->insertCatalogue("twin_clients");
TDEGlobal::locale()->insertCatalogue("twin_deKorator"); TDEGlobal::locale()->insertCatalogue("twin-style-dekorator");
readConfig(); readConfig();
initialized_ = TRUE; initialized_ = TRUE;

Loading…
Cancel
Save