From e695196df6e48da48a7a4d99e55481c0a6b1d8fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 24 Jul 2020 01:50:03 +0200 Subject: 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. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- deco/baghiraclient.cc | 2 +- deco/baghiraclient.h | 2 +- deco/config/CMakeL10n.txt | 2 +- deco/config/baghiraconfig.cc | 2 +- deco/config/baghiraconfig.cc.new | 2 +- deco/config/baghiraconfig.h | 2 +- deco/config/baghiraconfig.h.new | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'deco') 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 -- cgit v1.2.1