i18n: enable Esperanto translation

This commit is contained in:
Adriaan de Groot 2018-05-14 05:16:38 -04:00
parent 7090227269
commit b0e5e13221

View File

@ -203,7 +203,6 @@ endif()
# (sr@latin in particular) may need special handling in CalamaresUtils.cpp. # (sr@latin in particular) may need special handling in CalamaresUtils.cpp.
# #
# TODO: drop the es_ES translation from Transifex # 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 # NOTE: when updating the list from Transifex, copy these four lines
# and prefix each variable name with "p", so that the automatic # 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_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_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 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 ) sl sr@latin mr es_PR kk kn et eo )
set( _tx_bad uz eo lo ur gu fr_CH fa ) set( _tx_bad uz lo ur gu fr_CH fa )
# check translation update # check translation update
set( prev_tx ${p_tx_complete} ${p_tx_good} ${p_tx_ok} ${p_tx_bad} ) set( prev_tx ${p_tx_complete} ${p_tx_good} ${p_tx_ok} ${p_tx_bad} )