diff options
Diffstat (limited to 'tdepasswd')
-rw-r--r-- | tdepasswd/CMakeL10n.txt | 8 | ||||
-rw-r--r-- | tdepasswd/kcm/CMakeL10n.txt | 3 |
2 files changed, 11 insertions, 0 deletions
diff --git a/tdepasswd/CMakeL10n.txt b/tdepasswd/CMakeL10n.txt new file mode 100644 index 000000000..d5a8b6b27 --- /dev/null +++ b/tdepasswd/CMakeL10n.txt @@ -0,0 +1,8 @@ +##### create translation templates ############## + +tde_l10n_create_template( + CATALOG "tdepasswd" + EXCLUDES "/" +) + +tde_l10n_auto_add_subdirectories( ) diff --git a/tdepasswd/kcm/CMakeL10n.txt b/tdepasswd/kcm/CMakeL10n.txt new file mode 100644 index 000000000..b773a21c7 --- /dev/null +++ b/tdepasswd/kcm/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "useraccount" ) |