diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2022-08-26 03:05:03 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2022-08-26 03:13:45 +0200 |
commit | 83648e7c87acbc90dc234486eacc7df8bab7d2bf (patch) | |
tree | 8754ff5b07711f7eea91bbc79bffc9aaed937aa3 /po | |
parent | 04768b5081771b6057e1f56209387f8dce53dc29 (diff) | |
download | rosegarden-83648e7c87acbc90dc234486eacc7df8bab7d2bf.tar.gz rosegarden-83648e7c87acbc90dc234486eacc7df8bab7d2bf.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 | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt deleted file mode 100644 index c752e63..0000000 --- a/po/CMakeLists.txt +++ /dev/null @@ -1,17 +0,0 @@ -################################################# -# -# (C) 2011 Timothy Pearson -# kb9vqf (AT) pearsoncomputing.net -# -# Improvements and feedback are welcome -# -# This file is released under GPL >= 2 -# -################################################# - -file( GLOB_RECURSE po_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} rosegarden.po ) - -foreach( _po ${po_files} ) - get_filename_component( _lang ${_po} PATH ) - tde_create_translation( FILES ${_po} LANG ${_lang} ) -endforeach( ) |