diff options
author | Slávek Banko <[email protected]> | 2020-04-02 03:17:45 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-04-02 03:17:45 +0200 |
commit | b90954e37e0babbfa2eed1620ce700cc96c5b9b5 (patch) | |
tree | 3b957986a7e8a8be441a48b1c2ef41d28ceaefc5 /src | |
parent | 14ee555223440595d5bfd5e26603e2ddc1f03b32 (diff) | |
download | dolphin-b90954e37e0babbfa2eed1620ce700cc96c5b9b5.tar.gz dolphin-b90954e37e0babbfa2eed1620ce700cc96c5b9b5.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 c4885e3..80c28b0 100644 --- a/src/CMakeL10n.txt +++ b/src/CMakeL10n.txt @@ -1,3 +1,3 @@ ##### create translation templates ############## -tde_l10n_create_template( "d3lphin" ) +tde_l10n_create_template( "messages/d3lphin" ) |