From a30fd6325b842dad70812f78a919744ab854d7ee Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Mon, 14 Jun 2021 23:15:33 +0200 Subject: Initialize i18n / gettext for newly added org.ayatana.common.gschema.xml GSettings schema. - Add update-po.sh/update-pot.sh helpers. - po/*: Add translation files. - CMakeLists.txt: Add translation domain + 'po/' build folder. --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index f2b4b50..13ad760 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ endif(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) set(PROJECT_VERSION "0.9.2") set(PACKAGE ${CMAKE_PROJECT_NAME}) - +set(GETTEXT_PACKAGE "ayatana-common") set(API_VERSION 0) set(ABI_VERSION 0) @@ -48,6 +48,7 @@ set(CC_WARNING_ARGS " -Wall -pedantic -Wextra -Wno-missing-field-initializers") add_subdirectory(src) add_subdirectory(data) +add_subdirectory(po) if (ENABLE_TESTS) include(CTest) -- cgit v1.2.3