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" )