diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2019-01-01 18:12:19 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-01-01 18:14:16 +0100 |
commit | 92fc56908f6523cb8680746b5fcd531cedb1fd06 (patch) | |
tree | 2cebec90a7b110c616e97c2fbfe04ff78f105a0b /po/fi/CMakeLists.txt | |
parent | 09470856a845daa300f79ed462ced7f5280818c0 (diff) | |
download | konversation-92fc56908f6523cb8680746b5fcd531cedb1fd06.tar.gz konversation-92fc56908f6523cb8680746b5fcd531cedb1fd06.zip |
Add CMakeL10n rules.
Create translation template.
Modify CMake rules for translations
to make them independent of languages.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 7854904d2f5dddea8d6e8609fff7ce199fae1358)
Diffstat (limited to 'po/fi/CMakeLists.txt')
-rw-r--r-- | po/fi/CMakeLists.txt | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/po/fi/CMakeLists.txt b/po/fi/CMakeLists.txt deleted file mode 100644 index a02ad60..0000000 --- a/po/fi/CMakeLists.txt +++ /dev/null @@ -1,13 +0,0 @@ -################################################# -# -# (C) 2012 Golubev Alexander -# fatzer2 (AT) gmail.com -# -# Improvements and feedback are welcome -# -# This file is released under GPL >= 2 -# -################################################# - -tde_create_translation( LANG fi ) - |