diff options
Diffstat (limited to 'knights/CMakeL10n.txt')
-rw-r--r-- | knights/CMakeL10n.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/knights/CMakeL10n.txt b/knights/CMakeL10n.txt index 02ac54d..2b80c61 100644 --- a/knights/CMakeL10n.txt +++ b/knights/CMakeL10n.txt @@ -1,3 +1,13 @@ ##### create translation templates ############## tde_l10n_create_template( "messages/knights" ) + +tde_l10n_create_template( + CATALOG "desktop_files/knights.desktop/" + SOURCES knights.desktop +) + +tde_l10n_create_template( + CATALOG "desktop_files/pgn-mimetype/" + SOURCES pgn.desktop +) |