[locale] Default to English in India

This commit is contained in:
Shrinivas Vishnu Kumbhar 2021-09-23 11:08:11 +02:00 committed by Adriaan de Groot
parent 9b57f402da
commit 528a815307
2 changed files with 7 additions and 0 deletions

View File

@ -10,12 +10,15 @@ website will have to do for older versions.
# 3.2.44 (unreleased) #
This release contains contributions from (alphabetically by first name):
- Shrinivas Vishnu Kumbhar (new contributor, welcome!)
- whorfin (new contributor, welcome!)
## Core ##
- No core changes yet
## Modules ##
- Both *locale* and *keyboard* have received some tweaks for configurations
in India; unless the user selects otherwise, English is preferred.
- The *luksbootkeyfile* module was reported to be too quick to declare
a timeout when applying the keyfile. The timeout has been increased
to one minute. (Thanks whorfin)

View File

@ -201,6 +201,10 @@ LocaleConfiguration::fromLanguageAndLocation( const QString& languageLocale,
// but nearly all its native speakers also speak English,
// and migrants are likely to use English.
{ "IE", "en" },
// India has many languages even though Hindi is known as
// national language but English is used in all computer
// and mobile devices.
{ "IN", "en" },
{ "IT", "it" },
{ "MA", "ar" },
{ "MK", "mk" },