diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-07-04 10:55:58 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-07-04 17:40:54 +0200 |
commit | 37c490ee893b3460509ce5128a584471f0f9cca9 (patch) | |
tree | bf5f8fa278c3131c0e38c9f7870ad9e5122448f8 /po/CMakeLists.txt | |
parent | 6aca194f31431dbcef1b1604c23bbf501fd46f78 (diff) | |
download | tellico-37c490ee893b3460509ce5128a584471f0f9cca9.tar.gz tellico-37c490ee893b3460509ce5128a584471f0f9cca9.zip |
Copy translations to a new directory layout.
Use common rules to build translations.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'po/CMakeLists.txt')
-rw-r--r-- | po/CMakeLists.txt | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt deleted file mode 100644 index 6befcef..0000000 --- a/po/CMakeLists.txt +++ /dev/null @@ -1,12 +0,0 @@ -################################################# -# -# (C) 2016 Slávek Banko -# slavek (DOT) banko (AT) axis.cz -# -# Improvements and feedback are welcome -# -# This file is released under GPL >= 2 -# -################################################# - -tde_create_translation( LANG auto OUTPUT_NAME tellico ) |