diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-07-24 01:50:03 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-07-24 01:50:03 +0200 |
commit | e695196df6e48da48a7a4d99e55481c0a6b1d8fb (patch) | |
tree | 439b797cf6e59ac5ca086bb214a034f7bf466211 /bab | |
parent | 90cc6ddb9083689cb8395f7188c07c9142179d1a (diff) | |
download | tde-style-baghira-e695196df6e48da48a7a4d99e55481c0a6b1d8fb.tar.gz tde-style-baghira-e695196df6e48da48a7a4d99e55481c0a6b1d8fb.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>
Diffstat (limited to 'bab')
-rw-r--r-- | bab/CMakeL10n.txt | 2 | ||||
-rw-r--r-- | bab/bab.h | 2 | ||||
-rw-r--r-- | bab/bab_iface.h | 2 | ||||
-rw-r--r-- | bab/main.cpp | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/bab/CMakeL10n.txt b/bab/CMakeL10n.txt index b0866ab..c2a9863 100644 --- a/bab/CMakeL10n.txt +++ b/bab/CMakeL10n.txt @@ -1,3 +1,3 @@ ##### create translation templates ############## -tde_l10n_create_template( "bab" ) +tde_l10n_create_template( "messages/baghira-switcher/" ) @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2004 by Thomas Lübking * + * Copyright (C) 2004 by Thomas Lübking * * thomas@home * * * * This program is free software; you can redistribute it and/or modify * diff --git a/bab/bab_iface.h b/bab/bab_iface.h index faf7bd2..16ede51 100644 --- a/bab/bab_iface.h +++ b/bab/bab_iface.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2004 by Thomas Lübking * + * Copyright (C) 2004 by Thomas Lübking * * thomas@home * * * * This program is free software; you can redistribute it and/or modify * diff --git a/bab/main.cpp b/bab/main.cpp index 076d3d6..a4a5682 100644 --- a/bab/main.cpp +++ b/bab/main.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2004 by Thomas Lübking * + * Copyright (C) 2004 by Thomas Lübking * * thomas@home * * * * This program is free software; you can redistribute it and/or modify * @@ -62,7 +62,7 @@ static TDECmdLineOptions options[] = int main(int argc, char **argv) { - TDEAboutData about("bab", I18N_NOOP("BAB - Baghira Aqua/Brushed Switcher"), version, description, + TDEAboutData about("baghira-switcher", I18N_NOOP("BAB - Baghira Aqua/Brushed Switcher"), version, description, TDEAboutData::License_GPL, "(C) 2004/2005 Thomas Lübking", 0, 0, "baghira-style@gmx.net"); about.addAuthor( "Thomas Lübking", 0, "baghira-style@gmx.net" ); TDECmdLineArgs::init(argc, argv, &about); |