From b0e5e132217c8fc4cfba68ec12342b828e2b52a5 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Mon, 14 May 2018 05:16:38 -0400 Subject: [PATCH] i18n: enable Esperanto translation --- CMakeLists.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4c10b68d6..41fc7f3dc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -203,7 +203,6 @@ endif() # (sr@latin in particular) may need special handling in CalamaresUtils.cpp. # # TODO: drop the es_ES translation from Transifex -# TODO: import Esperanto once it has some translated strings # # NOTE: when updating the list from Transifex, copy these four lines # and prefix each variable name with "p", so that the automatic @@ -211,8 +210,8 @@ endif() set( _tx_complete da pt_PT ro tr_TR zh_TW zh_CN pt_BR fr hr ca lt id cs_CZ ) set( _tx_good sq es pl ja sk it_IT hu ru he de nl bg uk ) set( _tx_ok ast is ar sv el es_MX gl en_GB th fi_FI hi eu sr nb - sl sr@latin mr es_PR kk kn et ) -set( _tx_bad uz eo lo ur gu fr_CH fa ) + sl sr@latin mr es_PR kk kn et eo ) +set( _tx_bad uz lo ur gu fr_CH fa ) # check translation update set( prev_tx ${p_tx_complete} ${p_tx_good} ${p_tx_ok} ${p_tx_bad} )