diff options
author | Slávek Banko <[email protected]> | 2018-12-28 02:36:03 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-12-28 02:36:03 +0100 |
commit | 8bde35a86eacf3e48dc2e231b9a740e91b7ada4c (patch) | |
tree | 78dff1e39efcb21b0d2bb1c68b5eb9693bab7098 /src/CMakeL10n.txt | |
parent | 7be5e0ff5523299b6306b49e95c10eefba16aa67 (diff) | |
download | kile-8bde35a86eacf3e48dc2e231b9a740e91b7ada4c.tar.gz kile-8bde35a86eacf3e48dc2e231b9a740e91b7ada4c.zip |
Add CMakeL10n rules.
Create translation template.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'src/CMakeL10n.txt')
-rw-r--r-- | src/CMakeL10n.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CMakeL10n.txt b/src/CMakeL10n.txt new file mode 100644 index 0000000..b585ce4 --- /dev/null +++ b/src/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_auto_add_subdirectories( ) |