From e375c2639714f8600ff8dfc7ab786536f3b166e9 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 18 Nov 2016 19:05:53 +0100 Subject: cmake: enable translating nl_NL locale --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a953c1e7..42015aa9 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,7 +30,7 @@ cmake_minimum_required(VERSION 2.8.11) set_property(GLOBAL PROPERTY opentrack-all-modules "") set_property(GLOBAL PROPERTY opentrack-all-source-dirs "") -set(opentrack-all-translations pl_PL ru_RU) +set(opentrack-all-translations nl_NL ru_RU) include(opentrack-policy) include(opentrack-word-size) -- cgit v1.2.3