[libcalamares] Give Occitan a native name
This commit is contained in:
parent
4be25e2f70
commit
091eb9683b
@ -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 )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user