Changes: pre-release housekeeping

- update the translations list, welcome Azerbaijani (in two variants)
- this is a hotfix release due to UB
This commit is contained in:
Adriaan de Groot 2020-06-22 17:34:32 -04:00
parent ba46a27b0f
commit 45970fee27

View File

@ -46,10 +46,10 @@
# TODO:3.3: Require CMake 3.12 # TODO:3.3: Require CMake 3.12
cmake_minimum_required( VERSION 3.3 FATAL_ERROR ) cmake_minimum_required( VERSION 3.3 FATAL_ERROR )
project( CALAMARES project( CALAMARES
VERSION 3.2.27 VERSION 3.2.26.1
LANGUAGES C CXX ) LANGUAGES C CXX )
set( CALAMARES_VERSION_RC 1 ) # Set to 0 during release cycle, 1 during development set( CALAMARES_VERSION_RC 0 ) # Set to 0 during release cycle, 1 during development
### OPTIONS ### OPTIONS
# #
@ -148,14 +148,14 @@ set( CALAMARES_DESCRIPTION_SUMMARY
# copy these four lines to four backup lines, add "p", and then update # copy these four lines to four backup lines, add "p", and then update
# the original four lines with the current translations). # the original four lines with the current translations).
# #
# Total 62 languages # Total 66 languages
set( _tx_complete ca da fi_FI fr he hr ja lt sq tr_TR ) set( _tx_complete az az_AZ ca he hi hr ja sq tr_TR uk zh_TW )
set( _tx_good ast cs_CZ de es es_MX et gl hi hu id it_IT ko ml nl set( _tx_good as ast be cs_CZ da de es fi_FI fr hu it_IT ko lt ml
pl pt_BR pt_PT ru sk zh_TW ) nl pt_BR pt_PT ru sk sv zh_CN )
set( _tx_ok ar as be bg el en_GB es_PR eu is mr nb ro sl sr set( _tx_ok ar bg el en_GB es_MX es_PR et eu fa gl id is mr nb pl
sr@latin sv th uk zh_CN ) ro sl sr sr@latin th )
set( _tx_incomplete ca@valencia eo fa fr_CH gu kk kn lo mk ne_NP ur set( _tx_incomplete bn ca@valencia eo fr_CH gu kk kn lo lv mk ne_NP
uz ) ur uz )
### Required versions ### Required versions
# #