diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2018-12-07 13:07:37 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-12-07 13:08:07 +0100 |
commit | e2f6712907124b2503966937214d9938e70c202f (patch) | |
tree | eb061f3dc35081cbfa3f627ceac16c1d4b9bdc2b | |
parent | 2245a02d213091eb759297cd41572b6fc1788237 (diff) | |
download | abakus-e2f6712907124b2503966937214d9938e70c202f.tar.gz abakus-e2f6712907124b2503966937214d9938e70c202f.zip |
Update translation templates.
Adaptation to the changed macro naming concept.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 3dbf8217a3132d5e7684774fdeb558db5057e439)
-rw-r--r-- | CMakeL10n.txt | 2 | ||||
-rw-r--r-- | po/abakus.pot | 14 | ||||
-rw-r--r-- | 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 <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\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" ) |