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-26 11:33:25 +0200 |
commit | ebcfca6def3541ee7d302fb4669ed969b596e0be (patch) | |
tree | 71d8caaec3ac05c4e21f84cb93891cf60b96d72f /deco/config | |
parent | 3fc75f4d0a82dd095d40d38f5fe79684249b101d (diff) | |
download | tde-style-baghira-ebcfca6def3541ee7d302fb4669ed969b596e0be.tar.gz tde-style-baghira-ebcfca6def3541ee7d302fb4669ed969b596e0be.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>
(cherry picked from commit e695196df6e48da48a7a4d99e55481c0a6b1d8fb)
Diffstat (limited to 'deco/config')
-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 |
5 files changed, 5 insertions, 5 deletions
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 |