diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-08-30 16:37:45 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-08-30 16:40:45 +0200 |
commit | 42fedfaa928a479661f30381df1e17ee644e0d6f (patch) | |
tree | f463a4f2d6ac766deabf5e884847a205ba9c702f /src | |
parent | c4ba990dcc1531424959545520236b033847905b (diff) | |
download | kima-42fedfaa928a479661f30381df1e17ee644e0d6f.tar.gz kima-42fedfaa928a479661f30381df1e17ee644e0d6f.zip |
Move translations to a new directory layout.
Add support for LINGUAS for listing translations to install.
Use common cmake rules for documentation.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
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 362629a..d64360d 100644 --- a/src/CMakeL10n.txt +++ b/src/CMakeL10n.txt @@ -1,3 +1,3 @@ ##### create translation templates ############## -tde_l10n_create_template( "kima" ) +tde_l10n_create_template( "messages/kima" ) |