mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
Use language only to identify Spanish translation files
This allows the Spanish UI translation to work, for now, for all Spanish speaking locales. If necessary we can make it es-ES if other translators feel it is not a good base for their Spanish variant. OTOH if they just need to l10n a few strings then, say for Argentina, then they can do that in an wsjtx_es_AR.ts and untranslated strings there will fall back to the ones in wsjtx_es.ts automatically. This happens because of teh way the application loads multiple translation files in an order suitable for that to happen.
This commit is contained in:
parent
0b0f29dc64
commit
0856c4298a
@ -1097,8 +1097,8 @@ add_custom_target (etags COMMAND ${ETAGS} -o ${CMAKE_SOURCE_DIR}/TAGS -R ${sourc
|
|||||||
# Qt i18n
|
# Qt i18n
|
||||||
set (LANGUAGES
|
set (LANGUAGES
|
||||||
en_GB # English UK
|
en_GB # English UK
|
||||||
pt_PT # Poutuguese
|
pt # Poutuguese
|
||||||
es_ES # Spanish
|
es # Spanish
|
||||||
ca # Catalan
|
ca # Catalan
|
||||||
)
|
)
|
||||||
foreach (lang_ ${LANGUAGES})
|
foreach (lang_ ${LANGUAGES})
|
||||||
|
Loading…
Reference in New Issue
Block a user