diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-02-19 15:40:48 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-02-19 15:44:39 +0100 |
commit | ece5ecce2586d96c8c3c10203f427510edc30f31 (patch) | |
tree | ed92a1dc133e2a3f7456a369e9726bc119dbc8fa /po | |
parent | 9818b210e2163e93e67a40b75b7420feae9c4e16 (diff) | |
download | kbfx-ece5ecce2586d96c8c3c10203f427510edc30f31.tar.gz kbfx-ece5ecce2586d96c8c3c10203f427510edc30f31.zip |
Copy translations to a new directory layout.
Use common rules for build and install translations.
Added translation of .desktop files.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'po')
-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 49627dd..0000000 --- a/po/CMakeLists.txt +++ /dev/null @@ -1,12 +0,0 @@ -################################################# -# -# (C) 2013 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 kbfxconfigapp ) |