Align structure of translations/messages to similar modules.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/2/head
Michele Calgaro 3 years ago
parent 4554d3cafb
commit 8b834eeb66
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

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

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

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

Loading…
Cancel
Save