From 7a0f90f2809ec97436f55aab39ddc5a0a2452b0e Mon Sep 17 00:00:00 2001 From: gregory guy Date: Fri, 4 Jan 2019 14:28:13 +0100 Subject: conversion to the cmake building system Signed-off-by: gregory guy --- po/CMakeLists.txt | 5 +++++ po/es.po | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 po/CMakeLists.txt (limited to 'po') 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( ) diff --git a/po/es.po b/po/es.po index 92d04c7..5b104f6 100644 --- a/po/es.po +++ b/po/es.po @@ -11,7 +11,7 @@ msgstr "" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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 -- cgit v1.2.1