i18n: correct hint about special-case languages in CMake

This commit is contained in:
Adriaan de Groot 2022-05-04 10:09:56 +02:00
parent 1ef2fff03e
commit 0bb93f4a97

View File

@ -125,7 +125,8 @@ set( CALAMARES_DESCRIPTION_SUMMARY
#
# When adding a new language, take care that it is properly loaded
# by the translation framework. Languages with alternate scripts
# (sr@latin in particular) may need special handling in CalamaresUtils.cpp.
# (sr@latin in particular) or location (ca@valencia) need special
# handling in libcalamares/locale/Translation.h .
#
# NOTE: move eo (Esperanto) to _ok once Qt can actually create a
# locale for it. (Qt 5.12.2 can, see Translation Status section).