From ed19994c6c1daed37af04e9de296af22bd1aec30 Mon Sep 17 00:00:00 2001 From: Slávek Banko Date: Tue, 8 Nov 2022 20:41:14 +0100 Subject: Copy translations to a new directory layout. Added translations of .desktop files. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- src/CMakeL10n.txt | 5 +---- src/CMakeLists.txt | 5 ----- src/tderadio.desktop | 14 +++++++------- 3 files changed, 8 insertions(+), 16 deletions(-) (limited to 'src') diff --git a/src/CMakeL10n.txt b/src/CMakeL10n.txt index 5fc13ab..990cb30 100644 --- a/src/CMakeL10n.txt +++ b/src/CMakeL10n.txt @@ -1,6 +1,3 @@ ##### create translation templates ############## -tde_l10n_create_template( - CATALOG "tderadio/" - DESTINATION "po" -) +tde_l10n_create_template( "messages/tderadio/" ) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index f8370cd..2d2fc1c 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -13,11 +13,6 @@ link_directories( ) -##### tderadio (translations) - -tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po ) - - ##### tderadio (shared) tde_add_library( tderadio SHARED AUTOMOC diff --git a/src/tderadio.desktop b/src/tderadio.desktop index ec79af1..026fc34 100644 --- a/src/tderadio.desktop +++ b/src/tderadio.desktop @@ -1,13 +1,13 @@ [Desktop Entry] -Encoding=UTF-8 +Name=TDERadio + +GenericName=Internet and AM/FM Radio + +Comment=Audio player for Internet and AM/FM Radio + Type=Application Exec=tderadio -caption "%c" %i %m Icon=tderadio -X-DocPath=tderadio/index.html -Comment=Audio player for Internet and AM/FM Radio -Comment[de]= Terminal=false -Name=TDERadio -Name[de]=TDERadio -GenericName=Internet and AM/FM Radio Categories=Qt;TDE;AudioVideo; +X-DocPath=tderadio/index.html -- cgit v1.2.3