[locale] Default to English in India
This commit is contained in:
parent
9b57f402da
commit
528a815307
3
CHANGES
3
CHANGES
@ -10,12 +10,15 @@ website will have to do for older versions.
|
|||||||
# 3.2.44 (unreleased) #
|
# 3.2.44 (unreleased) #
|
||||||
|
|
||||||
This release contains contributions from (alphabetically by first name):
|
This release contains contributions from (alphabetically by first name):
|
||||||
|
- Shrinivas Vishnu Kumbhar (new contributor, welcome!)
|
||||||
- whorfin (new contributor, welcome!)
|
- whorfin (new contributor, welcome!)
|
||||||
|
|
||||||
## Core ##
|
## Core ##
|
||||||
- No core changes yet
|
- No core changes yet
|
||||||
|
|
||||||
## Modules ##
|
## 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
|
- The *luksbootkeyfile* module was reported to be too quick to declare
|
||||||
a timeout when applying the keyfile. The timeout has been increased
|
a timeout when applying the keyfile. The timeout has been increased
|
||||||
to one minute. (Thanks whorfin)
|
to one minute. (Thanks whorfin)
|
||||||
|
@ -201,6 +201,10 @@ LocaleConfiguration::fromLanguageAndLocation( const QString& languageLocale,
|
|||||||
// but nearly all its native speakers also speak English,
|
// but nearly all its native speakers also speak English,
|
||||||
// and migrants are likely to use English.
|
// and migrants are likely to use English.
|
||||||
{ "IE", "en" },
|
{ "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" },
|
{ "IT", "it" },
|
||||||
{ "MA", "ar" },
|
{ "MA", "ar" },
|
||||||
{ "MK", "mk" },
|
{ "MK", "mk" },
|
||||||
|
Loading…
Reference in New Issue
Block a user