diff options
author | Konstantin <ria_freelander@gmail.com> | 2016-06-13 21:37:24 +0300 |
---|---|---|
committer | Konstantin <ria_freelander@gmail.com> | 2016-06-13 21:37:24 +0300 |
commit | c786c7c44a12c04b248376f04679f2f80c0d0d02 (patch) | |
tree | ccd0783d62f36dbbab12922874bbd9c71d37f64e /cmake | |
parent | 902e80b2d4cbe64ce4703c8ac0f5f7403774f064 (diff) | |
download | musl-locales-c786c7c44a12c04b248376f04679f2f80c0d0d02.tar.gz musl-locales-c786c7c44a12c04b248376f04679f2f80c0d0d02.tar.bz2 musl-locales-c786c7c44a12c04b248376f04679f2f80c0d0d02.tar.xz musl-locales-c786c7c44a12c04b248376f04679f2f80c0d0d02.zip |
Raspberry fixes
Diffstat (limited to 'cmake')
-rwxr-xr-x | cmake/Translations.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/Translations.cmake b/cmake/Translations.cmake index 7a2aaab..d6979c4 100755 --- a/cmake/Translations.cmake +++ b/cmake/Translations.cmake @@ -6,7 +6,7 @@ macro (add_translations_directory NLS_PACKAGE) # be sure that all languages are present # Using all usual languages code from https://www.gnu.org/software/gettext/manual/html_node/Language-Codes.html#Language-Codes # Rare language codes should be added on-demand. - set (LANGUAGES_NEEDED ru) + set (LANGUAGES_NEEDED en ru) string (REPLACE ";" " " LINGUAS "${LANGUAGES_NEEDED}") configure_file (${CMAKE_CURRENT_SOURCE_DIR}/LINGUAS.in ${CMAKE_CURRENT_BINARY_DIR}/LINGUAS) foreach (LANGUAGE_NEEDED ${LANGUAGES_NEEDED}) |