diff options
Diffstat (limited to 'krfb')
-rw-r--r-- | krfb/CMakeL10n.txt | 10 | ||||
-rw-r--r-- | krfb/kcm_krfb/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | krfb/kinetd/CMakeL10n.txt | 3 |
3 files changed, 16 insertions, 0 deletions
diff --git a/krfb/CMakeL10n.txt b/krfb/CMakeL10n.txt new file mode 100644 index 00000000..2a8874a2 --- /dev/null +++ b/krfb/CMakeL10n.txt @@ -0,0 +1,10 @@ +##### create translation templates ############## + +tde_l10n_create_template( + CATALOG "krfb" + EXCLUDES + "^kcm_krfb/" + "^kinetd/" +) + +tde_l10n_auto_add_subdirectories( ) diff --git a/krfb/kcm_krfb/CMakeL10n.txt b/krfb/kcm_krfb/CMakeL10n.txt new file mode 100644 index 00000000..61c0fa3d --- /dev/null +++ b/krfb/kcm_krfb/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "kcm_krfb" ) diff --git a/krfb/kinetd/CMakeL10n.txt b/krfb/kinetd/CMakeL10n.txt new file mode 100644 index 00000000..44bd8e57 --- /dev/null +++ b/krfb/kinetd/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "kinetd" ) |