From 3dbf8217a3132d5e7684774fdeb558db5057e439 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 7 Dec 2018 13:07:37 +0100 Subject: [PATCH] Update translation templates. Adaptation to the changed macro naming concept. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- CMakeL10n.txt | 2 +- po/abakus.pot | 14 +++++++++++++- src/CMakeL10n.txt | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CMakeL10n.txt b/CMakeL10n.txt index 91507fa..a525b71 100644 --- a/CMakeL10n.txt +++ b/CMakeL10n.txt @@ -20,4 +20,4 @@ include( TDEL10n ) ##### create translation templates ############## -tde_auto_add_l10n_subdirectories( ) +tde_l10n_auto_add_subdirectories( ) diff --git a/po/abakus.pot b/po/abakus.pot index 30d75fc..96197dc 100644 --- a/po/abakus.pot +++ b/po/abakus.pot @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2018-11-24 21:40+0100\n" +"POT-Creation-Date: 2018-12-07 13:06+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -13,6 +13,18 @@ msgstr "" "Content-Type: text/plain charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +#: _translatorinfo:1 +msgid "" +"_: NAME OF TRANSLATORS\n" +"Your names" +msgstr "" + +#: _translatorinfo:2 +msgid "" +"_: EMAIL OF TRANSLATORS\n" +"Your emails" +msgstr "" + #: abakus.cpp:36 msgid "abakus" msgstr "" diff --git a/src/CMakeL10n.txt b/src/CMakeL10n.txt index d20ea95..0bc4292 100644 --- a/src/CMakeL10n.txt +++ b/src/CMakeL10n.txt @@ -12,4 +12,4 @@ ##### create translation templates ############## -tde_create_l10n_template( CATALOG "abakus" DESTINATION "../po" ) +tde_l10n_create_template( CATALOG "abakus" DESTINATION "../po" )