diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-07-31 00:12:51 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-08-01 19:29:22 +0900 |
commit | 8b834eeb6658ff386f2e729091f94069980b8898 (patch) | |
tree | fcbae4991a052ef208880e74631e130606dc9976 | |
parent | 4554d3cafba059093066b333844a049008415b01 (diff) | |
download | twin-style-dekorator-8b834eeb6658ff386f2e729091f94069980b8898.tar.gz twin-style-dekorator-8b834eeb6658ff386f2e729091f94069980b8898.zip |
Align structure of translations/messages to similar modules.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | client/CMakeL10n.txt | 4 | ||||
-rw-r--r-- | client/config/deKoratorconfig.cpp | 2 | ||||
-rw-r--r-- | client/deKoratorclient.cpp | 2 | ||||
-rw-r--r-- | translations/desktop_files/twin-style-dekorator-desktops.pot (renamed from translations/desktop_files/twin-style-deKorator-desktops.pot) | 0 | ||||
-rw-r--r-- | translations/messages/twin-style-dekorator.pot (renamed from translations/messages/twin_deKorator/twin_deKorator.pot) | 0 |
5 files changed, 4 insertions, 4 deletions
diff --git a/client/CMakeL10n.txt b/client/CMakeL10n.txt index c76af0e..4fde5c8 100644 --- a/client/CMakeL10n.txt +++ b/client/CMakeL10n.txt @@ -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 ) diff --git a/client/config/deKoratorconfig.cpp b/client/config/deKoratorconfig.cpp index 8f8ac71..5db97e3 100644 --- a/client/config/deKoratorconfig.cpp +++ b/client/config/deKoratorconfig.cpp @@ -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 ); diff --git a/client/deKoratorclient.cpp b/client/deKoratorclient.cpp index 406248d..ac294ca 100644 --- a/client/deKoratorclient.cpp +++ b/client/deKoratorclient.cpp @@ -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; diff --git a/translations/desktop_files/twin-style-deKorator-desktops.pot b/translations/desktop_files/twin-style-dekorator-desktops.pot index ca97e9b..ca97e9b 100644 --- a/translations/desktop_files/twin-style-deKorator-desktops.pot +++ b/translations/desktop_files/twin-style-dekorator-desktops.pot diff --git a/translations/messages/twin_deKorator/twin_deKorator.pot b/translations/messages/twin-style-dekorator.pot index 819b0d8..819b0d8 100644 --- a/translations/messages/twin_deKorator/twin_deKorator.pot +++ b/translations/messages/twin-style-dekorator.pot |