Content deleted Content added
m descriptions of replacements |
add more languages |
||
Line 13:
["from"] = { U(0x0671), U(0x064B), U(0x064C), U(0x064D), U(0x064E), U(0x064F), U(0x0650), U(0x0651), U(0x0652), U(0x0670), U(0x0640) },
["to"] = {U(0x0627), "", "", "", "", "", "", "", "", "", "", }
},▼
},
["bn"] = {
["name"] = "Bengali",
["article"] = "Bengali language",
["script"] = "Beng",
},
["de"] = {
["name"] = "German",
["article"] = "German language",
["script"] = "Latn",
["replacements"] = {▼
["to"] = { "ä", "ö", "ü", "Ä", "Ö", "Ü", "Ä", "Ö", "Ü", },
},
},
Line 20 ⟶ 34:
["script"] = "Latn",
},
["
["name"] = "
["article"] = "
["script"] = "Latn",
},
["fr"] = {
["name"] = "French",
["article"] = "French language",
["script"] = "Latn",
▲ ["replacements"] = {
-- Vowels with macrons, breves, or diaereses are replaced with plain letters.▼
["from"] = { "[ĀĂ]", "[āă]", "[ĒĔ]", "[ēĕë]", "[ĪĬÏ]", "[īĭï]", "[ŌŎ]", "[ōŏ]", "[ŪŬÜ]", "[ūŭü]", "Ȳ", "ȳ", },▼
▲ ["to"] = { "A", "a", "E", "e", "I", "i", "O", "o", "U", "u", "Y", "y" },
▲ },
},
["grc"] = {
Line 36 ⟶ 50:
["replacements"] = {
-- Vowels with macrons or breves are replaced with plain letters.
["from"] = { "[ᾱᾰ]", "[ᾹᾸ]", "[ῑῐ]", "[ῙῘ]", "[ῡῠ]", "[ῩῨ]", "ϑ", "ϱ", },
["to"] = { "α", "Α", "Ι", "ι", "Υ", "υ", "θ", "ρ", },
},
},
["hi"] = {
["name"] = "Hindi",
["article"] = "Hindi",
["script"] = "Deva",
},
["ja"] = {
["name"] = "Japanese",
["article"] = "Japanese language",
["script"] = "Jpan",
},
["la"] = {
["name"] = "Latin",
["article"] = "Latin",
["script"] = "Latn",
["replacements"] = {
▲ -- Vowels with macrons, breves, or diaereses are replaced with plain letters.
▲ ["from"] = { "[ĀĂ]", "[āă]", "[ĒĔ]", "[ēĕë]", "[ĪĬÏ]", "[īĭï]", "[ŌŎ]", "[ōŏ]", "[ŪŬÜ]", "[ūŭü]", "Ȳ", "ȳ", },
["to"] = { "A", "a", "E", "e", "I", "i", "O", "o", "U", "u", "Y", "y", },
},
},
["pt"] = {
["name"] = "Portuguese",
["article"] = "Portuguese language",
["script"] = "Latn",
},
["pa"] = {
["name"] = "Punjabi",
["article"] = "Punjabi language",
["script"] = "Guru", -- also "Arab", but multiple scripts have to be allowed
},
["ru"] = {
Line 47 ⟶ 91:
-- Combining acute accent is removed.
["from"] = { U(0x0301), },
["to"] = { "", },
},
},
["ur"] = {
["name"] = "Urdu",
["article"] = "Urdu",
["script"] = "Arab",
},
["zh"] = {
["name"] = "Chinese",
["article"] = "Chinese language",
["script"] = "Hani",
},
}
Line 58 ⟶ 112:
["article"] = "",
["script"] = "",
},
[""] = {
["name"] = "",
["article"] = "",
["script"] = "",
["replacements"] = {
["from"] = { "", },
["to"] = { "", },
},
},
|