mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-23 02:15:44 -05:00
[libcalamares] Give Occitan a native name
This commit is contained in:
parent
4be25e2f70
commit
091eb9683b
1 changed files with 6 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue