diff options
author | Slávek Banko <[email protected]> | 2020-05-01 19:32:32 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-05-01 19:32:44 +0200 |
commit | a306a79422f7693d18f350eb2f933a119295437e (patch) | |
tree | e70287960846d23670f68140f69646b5901b92ce /src/CMakeL10n.txt | |
parent | 84a03c5e06cbd5f5dda2a0f53f828525ffa5da4d (diff) | |
download | kpicosim-a306a79422f7693d18f350eb2f933a119295437e.tar.gz kpicosim-a306a79422f7693d18f350eb2f933a119295437e.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]>
(cherry picked from commit a85f52b03c37a4c84274e71176edbcc31cdbd5d1)
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 8115e48..47f3f48 100644 --- a/src/CMakeL10n.txt +++ b/src/CMakeL10n.txt @@ -1,3 +1,3 @@ ##### create translation templates ############## -tde_l10n_create_template( "kpicosim" ) +tde_l10n_create_template( "messages/kpicosim" ) |