[libcalamares] Give Occitan a native name

This commit is contained in:
Adriaan de Groot 2022-05-05 15:23:54 +02:00
parent 4be25e2f70
commit 091eb9683b

View File

@ -72,10 +72,14 @@ static constexpr const TranslationSpecialCase special_cases[] = {
QLocale::Script::AnyScript,
QLocale::Country::AnyCountry,
"繁體中文" },
{ "oc",
nullptr,
QLocale::Language::AnyLanguage,
QLocale::Script::AnyScript,
QLocale::Country::AnyCountry,
"Lenga d'òc" },
};
static_assert( std::size( special_cases ) == 4 );
static inline bool
lookup_region( const QByteArray& region, const char** regions_list )
{