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 /deco | |
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 'deco')
-rw-r--r-- | deco/baghiraclient.cc | 2 | ||||
-rw-r--r-- | deco/baghiraclient.h | 2 | ||||
-rw-r--r-- | deco/config/CMakeL10n.txt | 2 | ||||
-rw-r--r-- | deco/config/baghiraconfig.cc | 2 | ||||
-rw-r--r-- | deco/config/baghiraconfig.cc.new | 2 | ||||
-rw-r--r-- | deco/config/baghiraconfig.h | 2 | ||||
-rw-r--r-- | deco/config/baghiraconfig.h.new | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/deco/baghiraclient.cc b/deco/baghiraclient.cc index 593460a..471e440 100644 --- a/deco/baghiraclient.cc +++ b/deco/baghiraclient.cc @@ -3,7 +3,7 @@ // ------------------- // Baghira window decoration for KDE // ------------------- -// Copyright (c) 2004, 2005 Thomas L�bking +// Copyright (c) 2004, 2005 Thomas Lübking // Please see the header file for copyright and license information. ////////////////////////////////////////////////////////////////////////////// diff --git a/deco/baghiraclient.h b/deco/baghiraclient.h index 1105e09..ddd3aa7 100644 --- a/deco/baghiraclient.h +++ b/deco/baghiraclient.h @@ -3,7 +3,7 @@ // ------------------- // Baghira window decoration for KDE // ------------------- -// Copyright (c) 2004, 2005 Thomas Lübking +// Copyright (c) 2004, 2005 Thomas Lübking // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to diff --git a/deco/config/CMakeL10n.txt b/deco/config/CMakeL10n.txt index 01059c5..e0bfdcd 100644 --- a/deco/config/CMakeL10n.txt +++ b/deco/config/CMakeL10n.txt @@ -1,3 +1,3 @@ ##### create translation templates ############## -tde_l10n_create_template( "twin_baghira_config" ) +tde_l10n_create_template( "messages/twin_baghira_config/" ) diff --git a/deco/config/baghiraconfig.cc b/deco/config/baghiraconfig.cc index 714eabb..7c5996c 100644 --- a/deco/config/baghiraconfig.cc +++ b/deco/config/baghiraconfig.cc @@ -3,7 +3,7 @@ // ------------------- // Config module for Baghira window decoration // ------------------- -// Copyright (c) 2004 Thomas Lübking +// Copyright (c) 2004 Thomas Lübking // Please see the header file for copyright and license information. ////////////////////////////////////////////////////////////////////////////// diff --git a/deco/config/baghiraconfig.cc.new b/deco/config/baghiraconfig.cc.new index 1a93ca3..b0f507b 100644 --- a/deco/config/baghiraconfig.cc.new +++ b/deco/config/baghiraconfig.cc.new @@ -3,7 +3,7 @@ // ------------------- // Config module for Baghira window decoration // ------------------- -// Copyright (c) 2004 Thomas Lübking +// Copyright (c) 2004 Thomas Lübking // Please see the header file for copyright and license information. ////////////////////////////////////////////////////////////////////////////// diff --git a/deco/config/baghiraconfig.h b/deco/config/baghiraconfig.h index 649c086..1a31269 100644 --- a/deco/config/baghiraconfig.h +++ b/deco/config/baghiraconfig.h @@ -3,7 +3,7 @@ // ------------------- // Config module for Baghira window decoration // ------------------- -// Copyright (c) 2004 Thomas Lübking +// Copyright (c) 2004 Thomas Lübking // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to diff --git a/deco/config/baghiraconfig.h.new b/deco/config/baghiraconfig.h.new index 6bab1a8..9d244bb 100644 --- a/deco/config/baghiraconfig.h.new +++ b/deco/config/baghiraconfig.h.new @@ -3,7 +3,7 @@ // ------------------- // Config module for Baghira window decoration // ------------------- -// Copyright (c) 2004 Thomas Lübking +// Copyright (c) 2004 Thomas Lübking // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to |