diff options
author | Slávek Banko <[email protected]> | 2018-12-07 13:07:37 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-12-07 13:08:07 +0100 |
commit | e2f6712907124b2503966937214d9938e70c202f (patch) | |
tree | eb061f3dc35081cbfa3f627ceac16c1d4b9bdc2b /src/CMakeL10n.txt | |
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 <[email protected]>
(cherry picked from commit 3dbf8217a3132d5e7684774fdeb558db5057e439)
Diffstat (limited to 'src/CMakeL10n.txt')
-rw-r--r-- | src/CMakeL10n.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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" ) |