diff options
author | Slávek Banko <[email protected]> | 2022-08-29 12:27:36 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-08-29 12:45:35 +0200 |
commit | ca2dbcf15ee4c06ceddf4476e47101dc12156250 (patch) | |
tree | 15ce5e8eb01551755f5b2823ad8a82c39a6e45d1 /po | |
parent | 171bba15a85339862f84d5e1f336373a6fd0d1f5 (diff) | |
download | tastymenu-ca2dbcf15ee4c06ceddf4476e47101dc12156250.tar.gz tastymenu-ca2dbcf15ee4c06ceddf4476e47101dc12156250.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 1d17efbaf6a68bec6ae87dac04566c16de81c9a6)
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( ) |