diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-11-18 19:05:53 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-11-18 19:05:53 +0100 |
commit | e375c2639714f8600ff8dfc7ab786536f3b166e9 (patch) | |
tree | 81951353902d64ae4af5b2d3d01d83f8ff3458c8 /CMakeLists.txt | |
parent | 7cb57c1c72bd4dfd56367a7f1130de0dbd5415d5 (diff) |
cmake: enable translating nl_NL locale
Diffstat (limited to 'CMakeLists.txt')
-rwxr-xr-x | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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) |