mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-14 03:14:32 -04:00
Python-i18n: prepare for move of API to libcalamares.utils, be less verbose
This commit is contained in:
parent
fdb4be8189
commit
1dbe7c29e2
3 changed files with 4 additions and 5 deletions
|
@ -99,7 +99,6 @@ function( install_calamares_gettext_translations )
|
|||
set( INSTALLED_TRANSLATIONS "" )
|
||||
foreach( lang ${CALAMARES_TRANSLATION_LANGUAGES} ) # Global
|
||||
set( lang_mo "${TRANSLATION_SOURCE_DIR}/${lang}/LC_MESSAGES/${TRANSLATION_FILENAME}" )
|
||||
message(STATUS " Examining ${lang_mo}")
|
||||
if( lang STREQUAL "en" )
|
||||
message( STATUS " Skipping ${TRANSLATION_NAME} translations for en_US" )
|
||||
else( EXISTS ${lang_mo} )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue