diff options
author | gregory guy <g-gregory@gmx.fr> | 2019-01-04 14:28:13 +0100 |
---|---|---|
committer | gregory guy <g-gregory@gmx.fr> | 2019-01-04 14:28:13 +0100 |
commit | 7a0f90f2809ec97436f55aab39ddc5a0a2452b0e (patch) | |
tree | 3074a157c98be9c368634f7151cf8bea99378150 /po | |
parent | 015f39af003515c2b41052e2471bd65b7de2b260 (diff) | |
download | knights-7a0f90f2809ec97436f55aab39ddc5a0a2452b0e.tar.gz knights-7a0f90f2809ec97436f55aab39ddc5a0a2452b0e.zip |
conversion to the cmake building system
Signed-off-by: gregory guy <g-gregory@gmx.fr>
Diffstat (limited to 'po')
-rw-r--r-- | po/CMakeLists.txt | 5 | ||||
-rw-r--r-- | po/es.po | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt new file mode 100644 index 0000000..f943cac --- /dev/null +++ b/po/CMakeLists.txt @@ -0,0 +1,5 @@ +file( GLOB _srcs RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.po ) + +if( _srcs ) + tde_create_translation( LANG auto OUTPUT_NAME ${PROJECT_NAME} ) +endif( ) @@ -11,7 +11,7 @@ msgstr "" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=CHARSET\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: accel.cpp:23 |