diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-05-03 18:43:01 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-05-03 18:43:01 +0200 |
commit | 58a301e1eb83e36f853c31173364f6e0c973f45c (patch) | |
tree | bef555c29cadcf7641e0c60525a66267240cfd56 /src | |
parent | 60ad25eef1d7814beb9f738e55822175bcef216a (diff) | |
download | tdeio-gopher-58a301e1eb83e36f853c31173364f6e0c973f45c.tar.gz tdeio-gopher-58a301e1eb83e36f853c31173364f6e0c973f45c.zip |
Move translations to a new directory layout.
Add support for LINGUAS for listing translations to install.
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 c866caa..1eb0bfa 100644 --- a/src/CMakeL10n.txt +++ b/src/CMakeL10n.txt @@ -1,3 +1,3 @@ ##### create translation templates ############## -tde_l10n_create_template( "tdeio-gopher" ) +tde_l10n_create_template( "messages/tdeio-gopher" ) |