diff options
author | Slávek Banko <[email protected]> | 2022-02-06 18:30:48 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-02-07 13:46:38 +0100 |
commit | daa385abdecffaace019c13727a29012a8b19baf (patch) | |
tree | 8560ff9d0e5da0566c87640e1578b1b7d8681238 /po | |
parent | 03ab3107e80a736bcb0cbfac2c5ce37de983352c (diff) | |
download | kxmleditor-daa385abdecffaace019c13727a29012a8b19baf.tar.gz kxmleditor-daa385abdecffaace019c13727a29012a8b19baf.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 <[email protected]>
(cherry picked from commit 1b87ee119571516b414c70e4afab9fd68750b1cb)
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( ) |