diff options
author | Slávek Banko <[email protected]> | 2020-05-06 13:55:55 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-05-06 13:55:55 +0200 |
commit | 70377a7aef85aa6d77917861941e0344a4f778ba (patch) | |
tree | e61b6676fcdcce8f23eff22769dfd3d2789fcfd4 /src | |
parent | 0b99b0660ec81d51f903024f1fd491423b3e6746 (diff) | |
download | tdmtheme-70377a7aef85aa6d77917861941e0344a4f778ba.tar.gz tdmtheme-70377a7aef85aa6d77917861941e0344a4f778ba.zip |
Move translations to a new directory layout.
Add support for LINGUAS for listing translations to install.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/CMakeL10n.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeL10n.txt b/src/CMakeL10n.txt index e3e3b15..804b624 100644 --- a/src/CMakeL10n.txt +++ b/src/CMakeL10n.txt @@ -1,3 +1,3 @@ ##### create translation templates ############## -tde_l10n_create_template( "tdmtheme" ) +tde_l10n_create_template( "messages/tdmtheme" ) |