diff options
author | Slávek Banko <[email protected]> | 2020-04-06 15:27:23 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-04-06 15:27:23 +0200 |
commit | d0b56db6fdd6912498d787f782c8a9e110736c74 (patch) | |
tree | e34cd8beb9ad86c9b4f33242d0ab8ec6ead7f137 /src/CMakeL10n.txt | |
parent | 23321da41ba4ee7f2b48321114cc3dbf7c3ea78b (diff) | |
download | kcmautostart-d0b56db6fdd6912498d787f782c8a9e110736c74.tar.gz kcmautostart-d0b56db6fdd6912498d787f782c8a9e110736c74.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/CMakeL10n.txt')
-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 30cff95..51f7c6d 100644 --- a/src/CMakeL10n.txt +++ b/src/CMakeL10n.txt @@ -1,3 +1,3 @@ ##### create translation templates ############## -tde_l10n_create_template( "autostart" ) +tde_l10n_create_template( "messages/autostart" ) |