diff options
author | Slávek Banko <[email protected]> | 2018-12-11 12:55:10 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-12-11 12:55:39 +0100 |
commit | 4c786d49ae4ba3387a14057da5c4487b698e976d (patch) | |
tree | 34e607da77d8db025783f4c5a49915a257081ce5 /src | |
parent | 84eae75a2185f3b48e25aaddc1e97a068298aea0 (diff) | |
download | knetstats-4c786d49ae4ba3387a14057da5c4487b698e976d.tar.gz knetstats-4c786d49ae4ba3387a14057da5c4487b698e976d.zip |
Add CMakeL10n rules.
Create translation template.
Modify CMake rules for translations
to make them independent of languages.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 395c1540bb8b05b1d7b2feab203ba15a1c38d8d8)
Diffstat (limited to 'src')
-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..bce48dc --- /dev/null +++ b/src/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "knetstats" ) |