diff options
author | Slávek Banko <[email protected]> | 2020-05-03 15:01:56 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-05-03 15:01:56 +0200 |
commit | 6f3d0003b34c0e9458423500d5ca7ebd0e33a23d (patch) | |
tree | 24f4688d0f24f0ac839d956855de7c8593b996d1 /src | |
parent | 15abedb456bcbf5c308d9da084e54e63b8305d4c (diff) | |
download | kvpnc-6f3d0003b34c0e9458423500d5ca7ebd0e33a23d.tar.gz kvpnc-6f3d0003b34c0e9458423500d5ca7ebd0e33a23d.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 2020afc..d9f4b00 100644 --- a/src/CMakeL10n.txt +++ b/src/CMakeL10n.txt @@ -1,3 +1,3 @@ ##### create translation templates ############## -tde_l10n_create_template( "kvpnc" ) +tde_l10n_create_template( "messages/kvpnc" ) |