diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-07-24 01:50:03 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-07-24 01:50:03 +0200 |
commit | e695196df6e48da48a7a4d99e55481c0a6b1d8fb (patch) | |
tree | 439b797cf6e59ac5ca086bb214a034f7bf466211 /CMakeLists.txt | |
parent | 90cc6ddb9083689cb8395f7188c07c9142179d1a (diff) | |
download | tde-style-baghira-e695196df6e48da48a7a4d99e55481c0a6b1d8fb.tar.gz tde-style-baghira-e695196df6e48da48a7a4d99e55481c0a6b1d8fb.zip |
Move translations to a new directory layout.
Add support for LINGUAS for listing translations to install.
Rename translation catalogs to avoid potential collisions.
Fix UTF-8 in author name and strings.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ca227f1..14a4a55 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -78,8 +78,7 @@ add_subdirectory( kickermenu ) add_subdirectory( colorscheme ) add_subdirectory( sessionapplet ) tde_conditional_add_subdirectory( BUILD_DOC doc ) - -#tde_conditional_add_subdirectory( BUILD_TRANSLATIONS translations ) +tde_conditional_add_subdirectory( BUILD_TRANSLATIONS translations ) ##### write configure files |