diff options
Diffstat (limited to 'kexi/CMakeL10n.txt')
-rw-r--r-- | kexi/CMakeL10n.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/kexi/CMakeL10n.txt b/kexi/CMakeL10n.txt new file mode 100644 index 00000000..b060940d --- /dev/null +++ b/kexi/CMakeL10n.txt @@ -0,0 +1,14 @@ +##### create translation templates ############## + +tde_l10n_create_template( + CATALOG "kexi" + EXCLUDES + "^3rdparty/" + "^doc/" + "^formeditor/" + "^plugins/scripting/" + "^scriptingplugins/" + "(^|/)tests/" +) + +tde_l10n_auto_add_subdirectories( ) |