diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2022-02-06 18:30:48 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2022-02-06 18:30:48 +0100 |
commit | 1b87ee119571516b414c70e4afab9fd68750b1cb (patch) | |
tree | 0a05fc146a523fe8fbc5f047c207d8a209466398 /po | |
parent | cb952883c9662328e7b1ac026589a116e687aa69 (diff) | |
download | kxmleditor-1b87ee119571516b414c70e4afab9fd68750b1cb.tar.gz kxmleditor-1b87ee119571516b414c70e4afab9fd68750b1cb.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 | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt deleted file mode 100644 index 597c341..0000000 --- a/po/CMakeLists.txt +++ /dev/null @@ -1,5 +0,0 @@ -file( GLOB _srcs RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.po ) - -if( _srcs ) - tde_create_translation( LANG auto OUTPUT_NAME ${PROJECT_NAME} ) -endif( ) |