diff options
author | Slávek Banko <[email protected]> | 2020-05-05 01:21:16 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-05-05 01:21:16 +0200 |
commit | e134118659802bf6916cc7b7b4665173ee7c467c (patch) | |
tree | 9234e8906b3b830b5668af32c7f1b8af2791650c /src | |
parent | 9b0f1edee518a8c69bb51b25e0dbf56ae9b32843 (diff) | |
download | tdeio-sword-e134118659802bf6916cc7b7b4665173ee7c467c.tar.gz tdeio-sword-e134118659802bf6916cc7b7b4665173ee7c467c.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 c85cef6..0a1005a 100644 --- a/src/CMakeL10n.txt +++ b/src/CMakeL10n.txt @@ -1,3 +1,3 @@ ##### create translation templates ############## -tde_l10n_create_template( "tdeio-sword" ) +tde_l10n_create_template( "messages/tdeio-sword" ) |