diff options
author | Slávek Banko <[email protected]> | 2020-05-03 02:39:22 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-05-03 02:39:22 +0200 |
commit | 460b0273772f313ff533ba655ccaa11cf7acef5c (patch) | |
tree | 9ee16960767f394dd426921f86ae1a710301772d /translations/CMakeLists.txt | |
parent | 51efb685369b4126eeb67225b7a775f9bc2ad66d (diff) | |
download | ksplash-engine-moodin-460b0273772f313ff533ba655ccaa11cf7acef5c.tar.gz ksplash-engine-moodin-460b0273772f313ff533ba655ccaa11cf7acef5c.zip |
Add the ability to translate:
+ Catalog for strings in the plugin.
+ Desktop file translations.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'translations/CMakeLists.txt')
-rw-r--r-- | translations/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/translations/CMakeLists.txt b/translations/CMakeLists.txt new file mode 100644 index 0000000..42b186a --- /dev/null +++ b/translations/CMakeLists.txt @@ -0,0 +1 @@ +tde_auto_add_subdirectories() |