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 --- starter/CMakeL10n.txt | 2 +- starter/starter.cpp | 2 +- starter/starteriface.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'starter') diff --git a/starter/CMakeL10n.txt b/starter/CMakeL10n.txt index 64f8349..c90b131 100644 --- a/starter/CMakeL10n.txt +++ b/starter/CMakeL10n.txt @@ -1,3 +1,3 @@ ##### create translation templates ############## -tde_l10n_create_template( "starter" ) +tde_l10n_create_template( "messages/baghira-starter/" ) diff --git a/starter/starter.cpp b/starter/starter.cpp index 6069045..93a37a2 100644 --- a/starter/starter.cpp +++ b/starter/starter.cpp @@ -475,7 +475,7 @@ extern "C" { KDE_EXPORT KPanelApplet* init( TQWidget *parent, const TQString& configFile) { - TDEGlobal::locale()->insertCatalogue("starter"); + TDEGlobal::locale()->insertCatalogue("baghira-starter"); return new starter(configFile, KPanelApplet::Normal, KPanelApplet::Preferences, parent, "baghirastarter"); diff --git a/starter/starteriface.h b/starter/starteriface.h index be1469f..4a8e41d 100644 --- a/starter/starteriface.h +++ b/starter/starteriface.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005 by Thomas Lübking * + * Copyright (C) 2005 by Thomas Lübking * * thomas.luebking@web.de * * * * This program is free software; you can redistribute it and/or modify * -- cgit v1.2.1