mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 10:55:46 -05:00
[keyboard] Use US-English for India
This commit is contained in:
parent
8f65a644a9
commit
9b57f402da
1 changed files with 1 additions and 1 deletions
|
@ -472,7 +472,7 @@ Config::guessLocaleKeyboardLayout()
|
|||
{ "el_GR", "gr" }, /* Greek in Greece */
|
||||
{ "ig_NG", "igbo_NG" }, /* Igbo in Nigeria */
|
||||
{ "ha_NG", "hausa_NG" }, /* Hausa */
|
||||
{ "en_IN", "eng_in" }, /* India, English with Rupee */
|
||||
{ "en_IN", "us" }, /* India, US English keyboards are common in India */
|
||||
} );
|
||||
|
||||
// Try to preselect a layout, depending on language and locale
|
||||
|
|
Loading…
Add table
Reference in a new issue