CMake: restore en to translations list

main
Adriaan de Groot 7 years ago
parent cdf80615b8
commit d9a1f6b18b

@ -187,10 +187,14 @@ endif()
### Transifex Translation status
#
# complete = 100% translated
# good = nearly complete (use own judgement)
# ok = incomplete
# bad = 0% translated, placeholder in tx
# complete = 100% translated,
# good = nearly complete (use own judgement, right now < 100 untranslated strings),
# ok = incomplete (100 or more untranslated),
# bad = 0% translated, placeholder in tx; these are not included.
#
# Language en (source language) is added later. It isn't listed in
# Transifex either. Get the list of languages and their status
# from https://transifex.com/calamares/calamares/ .
set( _tx_complete ca zh_CN zh_TW hr cs_CZ da fr lt pt_BR pt_PT es tr_TR)
set( _tx_good sq ja pl sk ro it_IT hu he ru id de nl )
set( _tx_ok bg uk ast is ar sv el es_MX gl en_GB es_ES th fi_FI hi pl_PL
@ -204,7 +208,7 @@ set( CALAMARES_ORGANIZATION_NAME "Calamares" )
set( CALAMARES_ORGANIZATION_DOMAIN "github.com/calamares" )
set( CALAMARES_APPLICATION_NAME "Calamares" )
set( CALAMARES_DESCRIPTION_SUMMARY "The distribution-independent installer framework" )
set( CALAMARES_TRANSLATION_LANGUAGES ${_tx_complete} ${_tx_good} ${_tx_ok} )
set( CALAMARES_TRANSLATION_LANGUAGES en ${_tx_complete} ${_tx_good} ${_tx_ok} )
list( SORT CALAMARES_TRANSLATION_LANGUAGES )
### Bump version here

Loading…
Cancel
Save