diff options
author | Slávek Banko <[email protected]> | 2020-04-05 15:08:31 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-04-05 15:08:48 +0200 |
commit | 893aed7131d786cee9f5263762a536924158ced4 (patch) | |
tree | 1b7a0d6671a73c32114a97e0c98c5df11b834baa /src | |
parent | 9c1267ebc76ed7823feca19a40ace600fe889307 (diff) | |
download | kbibtex-893aed7131d786cee9f5263762a536924158ced4.tar.gz kbibtex-893aed7131d786cee9f5263762a536924158ced4.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 ba90128b44d83d54e230b614997e8927d7d255e6)
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 8f0f4e5..f3d09d6 100644 --- a/src/CMakeL10n.txt +++ b/src/CMakeL10n.txt @@ -1,3 +1,3 @@ ##### create translation templates ############## -tde_l10n_create_template( "kbibtex" ) +tde_l10n_create_template( "messages/kbibtex" ) |