diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-07-24 16:04:43 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-07-24 16:04:43 +0200 |
commit | 2aac2fdcff04d7405ed2843e69232ac590b76f0b (patch) | |
tree | 94de7a0de1af725f6157d6899cf188487e8ffa78 /CMakeL10n.txt | |
parent | e695196df6e48da48a7a4d99e55481c0a6b1d8fb (diff) | |
download | tde-style-baghira-2aac2fdcff04d7405ed2843e69232ac590b76f0b.tar.gz tde-style-baghira-2aac2fdcff04d7405ed2843e69232ac590b76f0b.zip |
Desktop file translations:
+ Creation of POT template for desktop files added to CMakeL10n rules.
+ Finalized creation of translated desktop files during build.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'CMakeL10n.txt')
-rw-r--r-- | CMakeL10n.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index 9730a56..eb049a6 100644 --- a/CMakeL10n.txt +++ b/CMakeL10n.txt @@ -21,3 +21,11 @@ include( TDEL10n ) ##### create translation templates ############## tde_l10n_auto_add_subdirectories( ) + +tde_l10n_create_template( + CATALOG "desktop_files/baghira-desktops" + SOURCES + *.desktop + *.kcsrc + *.themerc +) |