diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-07-02 03:22:14 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-07-04 01:18:59 +0200 |
commit | 6bfd2156f3af61f40e9136ce4191ab72d8f7ab9b (patch) | |
tree | 6bb8e106d9af1542474037b89505ef0cc1b6c671 /client/CMakeL10n.txt | |
parent | 2a158538402d410cbaed3daa817b975c1b3b824f (diff) | |
download | twin-style-crystal-6bfd2156f3af61f40e9136ce4191ab72d8f7ab9b.tar.gz twin-style-crystal-6bfd2156f3af61f40e9136ce4191ab72d8f7ab9b.zip |
Add CMakeL10n rules for messages and desktop files.
Add TDEGlobal::locale()->insertCatalogue(...).
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit f113d9ade3ac1ae0ae029094fe5d61b45bce8b13)
Diffstat (limited to 'client/CMakeL10n.txt')
-rw-r--r-- | client/CMakeL10n.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/client/CMakeL10n.txt b/client/CMakeL10n.txt new file mode 100644 index 0000000..2ef5a48 --- /dev/null +++ b/client/CMakeL10n.txt @@ -0,0 +1,8 @@ +##### create translation templates ############## + +tde_l10n_create_template( "messages/twin-style-crystal" ) + +tde_l10n_create_template( + CATALOG "desktop_files/twin-style-crystal-desktops" + SOURCES *.desktop +) |