diff options
author | Slávek Banko <[email protected]> | 2013-09-22 19:11:05 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-09-22 19:11:05 +0200 |
commit | 5869aa7119dca906499ff23a11d26b821952d401 (patch) | |
tree | ae4d2a495bde803616c8dc06a6248886b809fbe0 /po | |
parent | a1b468a591fd915c40ebabaf9762f1e66eb0da7a (diff) | |
download | kbfx-5869aa7119dca906499ff23a11d26b821952d401.tar.gz kbfx-5869aa7119dca906499ff23a11d26b821952d401.zip |
Fix build handbook and translations
This resolves Bug 1065
Diffstat (limited to 'po')
-rw-r--r-- | po/CMakeLists.txt | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt index 7f31392..49627dd 100644 --- a/po/CMakeLists.txt +++ b/po/CMakeLists.txt @@ -1 +1,12 @@ -ADD_POFILES("kbfxconfigapp") +################################################# +# +# (C) 2013 Slávek Banko +# slavek (DOT) banko (AT) axis.cz +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_translation( LANG auto OUTPUT_NAME kbfxconfigapp ) |