# Example mappings_override.txt file that will override the default
# country-language and keyboard layouts used by Kisa.
#
# To add a country to language mapping use the two-letter ISO 3166 country code,
# then a "=", followed by the two-letter ISO 639 language code as shown below.
# Example, to override the default US to English mapping add:
#
#   us = es
#
# Now every time Kisa looks for the language associated with the country it will
# return Spanish.
# 
# To add a keyboard layout override use the full keyboard layout name followed
# by the full four-letter language code. Example:
#
#   he2 = he_IL
#
# This will associate Hebrew with the keyboard layout "he2".
#
# All lines beginning with a "#" will be ignored. A few common clear text country
# and language names and their two-letter ISO codes are given below.

# "BosniaAndHerzegowina" ("Bosnian", "SerboCroatian", "Serbian")
# "ba" ("bs", "sh", "sr")
ba = bs

# "India" ("Konkani", "Urdu", "Telugu", "Tamil", "Sanskrit", "Punjabi", "Oriya", "Marathi", "Malayalam", "Kannada", "Hindi", "Gujarati", "English", "Bengali", "Assamese")
# "in" ("ko", "ur", "te", "ta", "sa", "pa", "or", "mr", "ml", "kn", "hi", "gu", "en", "bn", "as")
in = as

# "Iran" ("Persian", "Kurdish")
# "ir" ("fa", "ku")
ir = ku

# "Kenya" ("Kamba", "Swahili", "Somali", "Afan")
# "ke" ("ka", "sw", "so", "om")
ke = sw

# "Malta" ("Maltese", "English")
# "mt" ("mt", "en")
mt = et

# "Nigeria" ("Tyap", "Jju", "Atsam", "Koro", "Igbo", "Yoruba", "Hausa")
# "ng" ("kc", "ka", "cc", "kf", "ig", "yo", "ha")
ng = ha

# "Pakistan" ("Urdu", "Punjabi", "English")
# "pk" ("ur", "pa", "en")
pk = pa

# "Singapore" ("English", "Chinese")
# "sg" ("en, "zh")
sg = en

# "SouthAfrica" ("Venda", "Zulu", "Xhosa", "Tsonga", "Siswati", "Setswana", "Sesotho", "English", "Afrikaans")
# "za" ("ve", "zu", "xh", "ts", "ss", "tn", "st", "en", "af")
za = af

# "Spain" ("Spanish", "Galician", "Catalan", "Basque")
# "es" ("es", "gl", "ca", "eu")
es = es

# "Turkey" ("Turkish", "Kurdish")
# "tr" ("tr", "ku")
tr = tr

# "Ukraine" ("Ukrainian", "Russian")
# "ua" ("uk", "ru")
ua = uk
