Module:Languages/data3/s
在"incategory ..."过滤器后添加搜索文字:
该模块包含了以"s為開頭的三字母語言代碼"之定义和元数据。欲见其他相关资讯,请参见附录:语言列表。
此模块不得直接用于其他模块或模板。资料与数据应通过Module:languages获取。
必填值
表中的每个项目必须包含以下索引字段:
1- 该语言的“规范”名称,旧版模块中写作
canonicalName。这是维基词典词条和分类名称中使用的名字。 2- 该语言在维基数据的ID(以Q开头)。这取代了旧的
wikipedia_article属性。若该语言在维基数据没有对应的实体,可将其设为nil。
选填值
3- 该语言所属的语系,请参见Wiktionary:语系。
属性 entry_name 和 sort_key 用于替换文本;它们替换或删除某些字符或字符集。其工作原理相似,且都是可选的。它们都可以是表,sort_key 可以是一个模块的名称,该模块接收一个条目名并生成一个排序键(用于在类别页面上对条目进行排序)。
if sort_key is the name of a module, the module must contain a sortkey-generating function that is named makeSortKey. This function must take the arguments text, lang, sc, where text is the page name (or other text in the language), lang is the language code (not the language object), and sc is the script code (not the script object). The returned value should always be a string, or there will be a module error in the Language:makeSortKey() function.
If either one is a table, it must contain two tables inside it: one named from and one named to. These two tables are organised pairwise: each element in from is a pattern to identify which characters in the term to replace, while the corresponding element in to defines what to replace them with.
If the replacement is not present or if it is false or nil, it defaults to an empty replacement, meaning that the matching characters are removed altogether. This means that the from list can be longer than the to list, and an empty replacement will be assumed for any elements in from that have no counterpart in to.
The tables can contain literal characters, or the patterns (a type of regular expressions) that are used by the standard Scribunto mw.ustring.gsub function. See the Scribunto reference manual for more information.
At the top of the module, there is a list of combining characters with names. These are provided for convenience and readability, as combining characters generally do not display properly inside the module code (although they do not affect the actual operation of the module).
entry_name- Defines replacements to create the entry name from the displayed form of a term. This can be used to remove certain diacritical marks according to the customs or standard practice of the language. For example, it is used to remove accent marks from Russian words (
ру́сский→русский), or macrons from Latin or Old English words (ōs→os), as these are not used in the normal written form of these languages. This is used bymakeEntryNamein Module:languages. sort_key- Defines replacements to create a category sort key from the page name. The purpose is to remove any characters that are ignored in sorting, and to replace similar characters with identical ones if the sorting rules for that language do not distinguish them. For example, in German, the characters "ä" and "a" are considered equivalent for sorting, and are both treated as "a". The page name is converted to lowercase before applying the replacements, so you should not add uppercase letters to the "from" lists. This is used by
makeSortKeyin Module:languages.
These are other optional values:
otherNames- 该语言除了标准名称外的所有名称的表格。该表格不仅应包括该语言的同义词,而且应包括指归入同一类别的语言变体的名称。例如,虽然佛兰芒语不是荷兰语的同义词,但佛兰芒语被认为是荷兰语的“一部分”,因此该名称被列入荷兰语其中。
type- 语言的类型(会影响它在Wiktionary上的处理方式)。可用的值包括:
regular-这个值是默认值,所以不需要特别指定。这表示该语言的词汇符合Wiktionary:收录标准,因此被允许放在主命名空间中。该语言可能也有重构的词汇,则这些词汇应被放在重构(Reconstructed)命名空间中,且必须在前面加“*”表示重构。(注:中文维基词典暂无 Reconstructed 空间。)reconstructed- 此语言不符合Wiktionary:收录标准,因此只允许在重构命名空间中使用。这类语言中的所有词汇都是重建得到的,必须在前面加上“*”。appendix-constructed- 这种语言已经通过验证,但不符合对重构语言的额外要求(Wiktionary:收录标准#构建语言)。因此,其词汇必须放在附录(Appendix)命名空间中;又因为它们不是透过重建得到的,因此不应该在链接中加上“*”前缀。
scripts- A list of script codes, see Wiktionary:Scripts. These represent all the scripts (writing systems) that this language uses in the real world, as well as the ones that Wiktionary uses. The scripts that are used most often on Wiktionary should be first in the list, as this will speed up script detection.
- Many templates and modules detect the script of text in a particular language using the
findBestScriptfunction in Module:scripts. This function goes down the list of scripts and counts how many characters in the text belong to each script. If all the characters belong to one script, that script will be returned; otherwise, the script with the most characters will be returned. Thus, script detection will be faster if the most frequently used scripts are first in the list. translit_module- The name of a module that is used to generate transliterations of terms, without the Module: prefix. This module must export a function named
trthat is defined as follows:tr(text, lang, sc)
- The three parameters are the text to be transliterated, the language code, and the script code. The function can ignore the language and script codes, but they are provided for cases when a language has more than one script, or when a single function is used to transliterate multiple languages sharing the same script.
ancestors- A table listing the language codes of the direct ancestors of this language. For example, the ancestor of English is listed as
enm(Middle English);ang(Old English, the ancestor of Middle English),gem-pro(Proto-Germanic, the ancestor of Old English), andine-pro(Proto-Indo-European, the ancestor of Proto-Germanic) are not listed. - For most languages, only one ancestor code should be given, but multiple ancestors can be listed for pidgins, creoles and mixed languages.
- The ancestor language table should not be included if the language's direct ancestor is the proto-language of the family to which the language belongs. In such a case, if the family code has been provided, Module:languages will automatically add the proto-language as the language's ancestor. For example, Proto-Germanic (
gem-pro) belongs to the Indo-European (ine) family, and its direct ancestor is Proto-Indo-European (ine-pro). Because Proto-Indo-European is the proto-language of the Indo-European languages, Proto-Germanic does not need anancestorstable; Proto-Indo-European will be automatically returned as its ancestor by thegetAncestorsfunction. wikimedia_codes- A table listing the Wikimedia language codes that this language maps to. This is used to translate Wiktionary codes to Wikimedia codes, which are usually the same but there are a few languages where it is different. The language codes must be valid Wikimedia codes (as determined by the wiki software), and if they are not defined in one of the language data modules, they must be defined in Module:wikimedia languages/data.
wikipedia_article- The name of the Wikipedia article for the language. Should normally only be supplied if the Wikidata id cannot be used.
local u = mw.ustring.char
-- UTF-8 encoded strings for some commonly-used diacritics
local GRAVE = u(0x0300)
local ACUTE = u(0x0301)
local CIRC = u(0x0302)
local TILDE = u(0x0303)
local MACRON = u(0x0304)
local BREVE = u(0x0306)
local DOTABOVE = u(0x0307)
local DIAER = u(0x0308)
local CARON = u(0x030C)
local DGRAVE = u(0x030F)
local INVBREVE = u(0x0311)
local DOTBELOW = u(0x0323)
local RINGBELOW = u(0x0325)
local CEDILLA = u(0x0327)
local Arab = {"Arab"}
local Cyrl = {"Cyrl"}
local Deva = {"Deva"}
local Latn = {"Latn"}
local PUNCTUATION = ' !#$%&*+,-./:;<=>?@^_`|~\'()'
local m = {}
m["saa"] = {
"薩巴語",
"Q3914885",
"cdc-est",
otherNames = {"Saba"},
scripts = Latn,
}
m["sab"] = {
"Buglere",
"Q3368506",
"cba",
otherNames = {"Bugle", "Murire", "Muoy", "Sabanero", "Bokotá", "Bogota"},
scripts = Latn,
}
m["sac"] = {
"Fox",
"Q12714767",
"alg-sfk",
otherNames = {"Sac", "Sauk", "Kickapoo", "Mesquakie", "Meskwaki"},
scripts = Latn,
}
m["sad"] = {
"桑達韋語",
"Q34016",
"qfa-iso",
scripts = Latn,
}
m["sae"] = {
"Sabanê",
"Q3460478",
"sai-nmk",
scripts = Latn,
}
m["saf"] = {
"Safaliba",
"Q36432",
"nic-mre",
scripts = Latn,
}
m["sah"] = {
"雅庫特語",
"Q34299",
"trk-sib",
otherNames = {"Yakut", "Sakha"},
scripts = {"Cyrl"},
translit_module = "sah-translit",
override_translit = true,
}
m["saj"] = {
"薩胡語",
"Q7399757",
"paa",
otherNames = {"Sahu"},
scripts = Latn,
}
m["sak"] = {
"Sake",
"Q36425",
"bnt-kel",
otherNames = {"Shake"},
scripts = Latn,
}
m["sam"] = {
"撒馬利亞亞拉姆語",
"Q56612",
"sem-arw",
otherNames = {"撒馬利亞語", "Samaritan Aramaic", "Samaritan"},
scripts = {"Samr"},
entry_name = {
from = {"[" .. u(0x0816) .. "-" .. u(0x082D) .. "]"},
to = {}
},
translit_module = "Samr-translit",
}
m["sao"] = {
"Sause",
"Q4409155",
"paa-tkw",
scripts = Latn,
}
m["saq"] = {
"薩布魯語",
"Q56536",
"sdv-lma",
}
m["sar"] = {
"Saraveca",
"Q3450556",
"awd",
otherNames = {"Sarabeca", "Saraveka", "Sarave"},
}
m["sas"] = {
"薩薩克語",
"Q1294047",
"poz-mcm",
scripts = Latn,
}
m["sat"] = {
"桑塔利語",
"Q33965",
"mun",
otherNames = {"Santali"},
scripts = {"Olck"},
translit_module = "Olck-translit",
override_translit = true,
}
m["sau"] = {
"Saleman",
"Q7404262",
"poz-cet",
}
m["sav"] = {
"薩菲薩菲語",
"Q36308",
"alv-cng",
scripts = {"Arab", "Latn"},
otherNames = {"Saafi-Saafi"},
}
m["saw"] = {
"Sawi",
"Q677064",
"ngf",
scripts = Latn,
}
m["sax"] = {
"Sa",
"Q3460352",
"poz-vnc",
otherNames = {"Saa"},
scripts = Latn,
}
m["say"] = {
"Saya",
"Q3914431",
"cdc-wst",
scripts = Latn,
}
m["saz"] = {
"索拉什特拉語",
"Q13292",
"inc-wes",
otherNames = {"Saurashtra"},
scripts = {"Saur", "Latn", "Taml", "Deva"},
translit_module = "saz-translit",
ancestors = {"inc-ogu"},
}
m["sba"] = {
"甘拜語",
"Q2372207",
"csu-sar",
}
m["sbb"] = {
"Simbo",
"Q3484101",
"poz-ocw",
}
m["sbc"] = {
"Gele'",
"Q3194847",
"poz-oce",
otherNames = {"Kele (New Guinea)", "Kele (Papua New Guinea)", "Kele"},
}
m["sbd"] = {
"Southern Samo",
"Q33122730",
"dmn-sam",
scripts = Latn,
}
m["sbe"] = {
"Saliba (New Guinea)",
"Q3469737",
"poz-ocw",
otherNames = {"Saliba"},
}
m["sbf"] = {
"Shabo",
"Q36342",
"ssa",
otherNames = {"Mikeyir", "Mekeyir", "Mekeyer"},
scripts = Latn,
}
m["sbg"] = {
"Seget",
"Q7446237",
}
m["sbh"] = {
"索里-哈林甘語",
"Q36515",
"poz-aay",
otherNames = {"Sori-Harengan", "Sori", "Harengan"},
scripts = Latn,
}
m["sbi"] = {
"Seti",
"Q7456682",
"qfa-tor",
scripts = Latn,
}
m["sbj"] = {
"Surbakhal",
"Q759995",
}
m["sbk"] = {
"Safwa",
"Q4121160",
"bnt-mby",
scripts = Latn,
}
m["sbl"] = {
"波多蘭三描語",
"Q4095195",
"phi",
}
m["sbm"] = {
"Sagala",
"Q11732610",
"bnt-ruv",
scripts = Latn,
}
m["sbn"] = {
"信德比爾語",
"Q25559289",
"inc-nwe",
otherNames = {"Sindhi Bhil"},
scripts = {"Arab", "Deva", "Sind", "Guru"},
ancestors = {"sd"},
}
m["sbo"] = {
"Sabüm",
"Q7396535",
"mkh-asl",
}
m["sbp"] = {
"桑古語",
"Q7418149",
"bnt-bki",
scripts = Latn,
}
m["sbq"] = {
"Sileibi",
"Q7514337",
"ngf-mad",
}
m["sbr"] = {
"森巴孔穆魯特語",
"Q7449148",
"poz-san",
otherNames = {"Sembakung Murut"},
}
m["sbs"] = {
"Subiya",
"Q6442073",
"bnt-bot",
scripts = Latn,
}
m["sbt"] = {
"Kimki",
"Q6410160",
"paa-pau",
}
m["sbu"] = {
"Stod Bhoti",
"Q15622700",
"sit-las",
}
m["sbv"] = {
"薩比尼語",
nil,
"itc",
otherNames = {"Sabine"},
scripts = Latn,
}
m["sbw"] = {
"Simba",
"Q36430",
"bnt-tso",
scripts = Latn,
}
m["sbx"] = {
"Seberuang",
"Q12473470",
"poz-mly",
}
m["sby"] = {
"Soli",
"Q7557754",
"bnt-bot",
scripts = Latn,
}
m["sbz"] = {
"Sara Kaba",
"Q25559318",
"csu-kab",
scripts = Latn,
}
m["scb"] = {
"Chut",
"Q2967709",
"mkh-vie",
}
m["sce"] = {
"東鄉語",
"Q32947",
"xgn",
otherNames = {"Dongxiang", "Santa"},
scripts = {"Arab", "Latn"},
}
m["scf"] = {
"聖米格爾克里奧爾法語",
"Q12953094",
"crp",
otherNames = {"San Miguel Creole French"},
ancestors = {"gcf"},
}
m["scg"] = {
"Sanggau",
"Q12473466",
"day",
}
m["sch"] = {
"薩卡車普語",
"Q37054",
"tbq-kuk",
otherNames = {"Sakachep", "Khelma"},
}
m["sci"] = {
"斯里蘭卡克里奧爾馬來語",
"Q1089151",
"crp",
otherNames = {"Sri Lankan Creole Malay"},
scripts = Latn,
ancestors = {"ms"},
}
m["sck"] = {
"薩達里語",
"Q765922",
"inc-eas",
otherNames = {"Sadri"},
ancestors = {"bh"},
}
m["scl"] = {
"希納語",
"Q1353320",
"inc-dar",
otherNames = {"Shina", "Gilgiti", "Astori", "Chilasi"},
scripts = {"ur-Arab", "Deva"},
ancestors = {"inc-dar-pro"},
}
m["scn"] = {
"西西里語",
"Q33973",
"roa-itd",
otherNames = {"Sicilian"},
scripts = Latn,
}
m["sco"] = {
"低地蘇格蘭語",
"Q14549",
"gmw",
otherNames = {"蘇格蘭語", "Scots", "Lowland Scots"},
scripts = Latn,
ancestors = {"enm"},
}
m["scp"] = {
"約爾莫語",
"Q22662107",
"sit-kyk",
otherNames = {"Yolmo", "Hyolmo", "Yohlmo", "Helambu Sherpa"},
scripts = {"Deva"},
}
m["scq"] = {
"Sa'och",
"Q6583617",
"mkh-pea",
otherNames = {"Chung"},
}
m["scs"] = {
"北斯拉維語",
"Q20628",
"ath-nor",
otherNames = {"North Slavey"},
scripts = Latn,
}
m["scu"] = {
"Shumcho",
"Q22077739",
"sit-kin",
}
m["scv"] = {
"Sheni",
"Q11015820",
"nic-jer",
ancestors = {"zir"},
scripts = Latn,
}
m["scw"] = {
"Sha",
"Q3438816",
"cdc-wst",
scripts = Latn,
}
m["scx"] = {
"Sicel",
"Q36667",
"ine",
}
m["sda"] = {
"托拉查-薩達語",
"Q36673",
"poz-ssw",
otherNames = {"Toraja-Sa'dan"},
}
m["sdb"] = {
"沙巴克語",
"Q3289596",
"ira-zgr",
otherNames = {"Shabak", "Shabaki"},
ancestors = {"hac"},
}
m["sdc"] = {
"薩薩里語",
"Q845441",
"roa-itd",
otherNames = {"Sassarese"},
scripts = Latn,
}
m["sde"] = {
"Surubu",
"Q3913336",
"nic-kau",
scripts = Latn,
}
m["sdf"] = {
"薩爾里語",
"Q7424256",
"ira-zgr",
otherNames = {"Sarli", "Sarliya"},
ancestors = {"hac"},
}
m["sdg"] = {
"沙維語",
"Q3474654",
"inc-dar",
otherNames = {"Savi"},
ancestors = {"inc-dar-pro"},
}
m["sdh"] = {
"南庫爾德語",
"Q1496597",
"ku",
otherNames = {"Southern Kurdish", "Kermanshani", "Kermanshahi", "Kermanshahi Kurdish", "Kermanshani Kurdish"},
scripts = {"ku-Arab", "Latn"},
translit_module = "sdh-translit",
link_tr = true,
entry_name = {
from = {u(0x0650), u(0x0652)},
to = {}} ,
ancestors = {"ku-pro"},
}
m["sdj"] = {
"Suundi",
"Q7650407",
"bnt-kng",
scripts = Latn,
}
m["sdk"] = {
"Sos Kundi",
"Q7563811",
"paa-spk",
scripts = Latn,
}
m["sdl"] = {
"沙烏地阿拉伯手語",
"Q3504160",
"sgn",
otherNames = {"Saudi Arabian Sign Language"},
}
m["sdm"] = {
"Semandang",
"Q7449012",
"day",
}
m["sdn"] = {
"加盧拉語",
"Q612220",
"roa-itd",
otherNames = {"Gallurese"},
scripts = Latn,
ancestors = {"co"},
}
m["sdo"] = {
"Bukar-Sadung Bidayuh",
"Q2927799",
"day",
}
m["sdp"] = {
"舍朱奔語",
"Q7494785",
"sit-khb",
otherNames = {"Sherdukpen"},
}
m["sdr"] = {
"奧拉昂薩達里語",
"Q12953860",
"inc-eas",
otherNames = {"Oraon Sadri"},
ancestors = {"bh"},
}
m["sds"] = {
"Sened",
"Q56570",
"ber",
}
m["sdu"] = {
"薩魯杜語",
"Q7424700",
"poz-cet",
otherNames = {"Sarudu"},
}
m["sdx"] = {
"Sibu Melanau",
"Q18642842",
"poz-bnn",
}
m["sea"] = {
"塞邁語",
"Q3135426",
"mkh-asl",
otherNames = {"Semai"},
}
-- seb is a duplicate code of spp
m["sec"] = {
"Sechelt",
"Q7442898",
"sal",
scripts = Latn,
}
m["sed"] = {
"色當語",
"Q56448",
"mkh-nbn",
otherNames = {"Sedang"},
}
m["see"] = {
"塞訥卡語",
"Q1185133",
"iro",
scripts = Latn,
}
m["sef"] = {
"Cebaara Senoufo",
"Q10975121",
"alv-snr",
}
m["seg"] = {
"Segeju",
"Q17584599",
"bnt-mij",
scripts = Latn,
}
m["seh"] = {
"賽納語",
"Q2964008",
"bnt-sna",
varieties = {{"Malawi Sena", "Malawian Sena"}, {"Nuclear Sena", "Mozambican Sena"}}, -- includes [swk] for Malawian Sena, but [bwg] for Barwe is distinct
scripts = Latn,
}
m["sei"] = {
"瑟里語",
"Q36583",
"qfa-iso",
scripts = Latn,
}
m["sej"] = {
"Sene",
"Q7450252",
}
m["sek"] = {
"Sekani",
"Q28562",
"ath-nor",
otherNames = {"Tsek'ene", "Kwadacha", "Kwadacha Sekani", "Kwadacha Tsek'ene"},
scripts = Latn,
}
m["sel"] = {
"塞爾庫普語",
"Q34008",
"syd",
otherNames = {"Selkup", "謝爾庫普語"},
scripts = {"Cyrl"},
}
m["sen"] = {
"Nanerigé Sénoufo",
"Q36002",
"alv-sma",
}
m["seo"] = {
"Suarmin",
"Q7630513",
"paa",
}
m["sep"] = {
"Sìcìté Sénoufo",
"Q56787",
"alv-sma",
}
m["seq"] = {
"Senara Sénoufo",
"Q35210",
"alv-snr",
}
m["ser"] = {
"Serrano",
"Q3479942",
"azc-tak",
otherNames = {"Kitanemuk"},
scripts = Latn,
}
m["ses"] = {
"東桑海語",
"Q35655",
"son",
otherNames = {"Koyraboro Senni Songhay", "Koyraboro Senni Songhai", "Koroboro Senni", "Eastern Songhay"},
scripts = Latn,
}
m["set"] = {
"Sentani",
"Q3441672",
"paa-sen",
scripts = Latn,
}
m["seu"] = {
"Serui-Laut",
"Q7455503",
"poz-hce",
scripts = Latn,
}
m["sev"] = {
"Nyarafolo Senoufo",
"Q36306",
"alv-snr",
}
m["sew"] = {
"Sewa Bay",
"Q7458126",
"poz-ocw",
}
m["sey"] = {
"Secoya",
"Q3477218",
"sai-tuc",
scripts = Latn,
}
m["sez"] = {
"Senthang Chin",
"Q7451223",
"tbq-kuk",
otherNames = {"Senthang"},
}
m["sfb"] = {
"法國比利時手語",
"Q3217332",
"sgn",
otherNames = {"French Belgian Sign Language"},
}
m["sfm"] = {
"小花苗語",
"Q7542773",
"hmn",
otherNames = {"Small Flowery Miao"},
}
m["sfs"] = {
"南非手語",
"Q3322093",
"sgn",
otherNames = {"South African Sign Language"},
}
m["sfw"] = {
"Sehwi",
"Q36593",
"alv-ctn",
scripts = Latn,
}
m["sga"] = {
"古愛爾蘭語",
"Q35308",
"cel-gae",
otherNames = {"Old Irish"},
scripts = Latn,
ancestors = {"pgl"},
entry_name = {
from = {"ḟ", "ṁ", "ṅ", "ṡ", "Ḟ", "Ṁ", "Ṅ", "Ṡ", "ä", "ë", "ï", "ö", "ü", "·"},
to = {"f", "m", "n", "s", "F", "M", "N", "S", "a", "e", "i", "o", "u"}} ,
sort_key = {
from = {"á", "é", "æ", "ǽ", "í", "ó", "ú", "^h", "-"},
to = {"a", "e", "e", "e", "i", "o", "u"}} ,
standardChars = "A-IL-PR-Ua-il-pr-u0-9ÁáÉéÍíÓóÚú" .. PUNCTUATION,
}
m["sgb"] = {
"麥安契埃塔語",
"Q4356243",
"phi",
}
m["sgc"] = {
"Kipsigis",
"Q56339",
"sdv-nma",
}
m["sgd"] = {
"蘇里高農語",
"Q34140",
"phi",
otherNames = {"Surigaonon"},
scripts = Latn,
}
m["sge"] = {
"色蓋語",
"Q7446180",
otherNames = {"Segai"},
}
m["sgg"] = {
"瑞士德語手語",
"Q35150",
"sgn",
otherNames = {"Swiss-German Sign Language", "Swiss German Sign Language"},
}
m["sgh"] = {
"舒格南語",
"Q34053",
"ira-shy",
otherNames = {"Shughni"},
scripts = {"Latn", "Cyrl"},
translit_module = "sgh-translit",
override_translit = true,
ancestors = {"ira-shr-pro"},
}
m["sgi"] = {
"Suga",
"Q36475",
"nic-mmb",
scripts = Latn,
}
m["sgk"] = {
"Sangkong",
"Q2945610",
"tbq-lol",
}
m["sgm"] = {
"Singa",
"Q7522797",
"bnt-lok",
scripts = Latn,
}
m["sgp"] = {
"Singpho",
"Q7524158",
"sit-jnp",
}
m["sgr"] = {
"桑加薩爾語",
"Q3394363",
"ira-kms",
otherNames = {"Sangisari", "Sangsari"},
}
m["sgs"] = {
"薩莫吉提亞語",
"Q213434",
"bat",
otherNames = {"Samogitian"},
scripts = Latn,
ancestors = {"olt"},
wikimedia_codes = {"bat-smg"},
}
m["sgt"] = {
"Brokpake",
"Q56603",
"sit-tib",
otherNames = {"Brokpa"},
}
m["sgu"] = {
"Salas",
"Q7403694",
"poz-cma",
}
m["sgw"] = {
"Sebat Bet Gurage",
"Q2707343",
"sem-eth",
scripts = {"Ethi"},
}
m["sgx"] = {
"塞拉利昂手語",
"Q7511448",
"sgn",
otherNames = {"Sierra Leone Sign Language"},
}
m["sgy"] = {
"桑格萊奇語",
"Q3472220",
"ira-sgi",
otherNames = {"Sanglechi", "Sanglich", "Warduji"},
ancestors = {"ira-sgi-pro"},
}
m["sgz"] = {
"蘇爾蘇隆嘉語",
"Q36511",
"poz-ocw",
otherNames = {"Sursurunga"},
scripts = Latn,
}
m["sha"] = {
"Shall-Zwall",
"Q3915355",
"nic-beo",
}
m["shb"] = {
"尼納姆語",
"Q3436586",
otherNames = {"Ninam"},
}
m["shc"] = {
"Sonde",
"Q7560881",
"bnt-pen",
scripts = Latn,
}
m["shd"] = {
"昆達爾-沙希語",
"Q6444265",
"inc-dar",
otherNames = {"Kundal Shahi"},
}
m["she"] = {
"謝科語",
"Q3183355",
"omv-diz",
otherNames = {"Sheko"},
}
m["shg"] = {
"Shua",
"Q3501092",
"khi-kal",
otherNames = {"Shwa", "Shwakhwe"},
scripts = Latn,
}
m["shh"] = {
"休休尼語",
"Q33811",
"azc-num",
otherNames = {"Shoshone", "Shoshoni", "Gosiute", "Goshute", "Eastern Shoshone", "Eastern Shoshoni", "Western Shoshone", "Western Shoshoni", "Northern Shoshone", "Northern Shoshoni"},
scripts = Latn,
}
m["shi"] = {
"施盧赫語",
"Q34152",
"ber",
otherNames = {"Tashelhit", "Tachelhit", "Chleuh", "Shilha", "Tashlhiyt", "Tashelhit Berber", "Tachelhit Berber", "Tashlhiyt Berber"},
scripts = {"Tfng", "Arab", "Latn"},
translit_module = "ber-translit",
}
m["shj"] = {
"Shatt",
"Q56344",
"sdv-daj",
}
m["shk"] = {
"什魯克語",
"Q36486",
"sdv-lon",
scripts = Latn,
otherNames = {"Shilluk"},
}
m["shl"] = {
"Shendu",
"Q22074616",
"tbq-kuk",
}
m["shm"] = {
"沙赫魯迪語",
"Q7462280",
"xme-ttc",
otherNames = {"Shahrudi"},
ancestors = {"xme-ttc-cen"},
}
m["shn"] = {
"撣語",
"Q56482",
"tai-swe",
otherNames = {"Shan", "Kwam Tai", "Kam Tai", "Tai Yai"},
scripts = {"Mymr"},
translit_module = "shn-translit",
sort_key = {
from = {"[ၢႃ]", "ဵ", "ႅ", "ႇ", "ႈ", "း", "ႉ", "ႊ"},
to = {"ာ", "ေ", "ႄ", "႒", "႓", "႔", "႕", "႖"}},
}
m["sho"] = {
"Shanga",
"Q3913931",
"dmn-bbu",
scripts = Latn,
}
m["shp"] = {
"希皮博-科尼博語",
"Q2671988",
"sai-pan",
otherNames = {"希皮波-科尼波語", "Shipibo-Conibo"},
scripts = Latn,
}
m["shq"] = {
"Sala",
"Q10961665",
"bnt-bot",
scripts = Latn,
}
m["shr"] = {
"Shi",
"Q3481999",
"bnt-shh",
scripts = Latn,
}
m["shs"] = {
"Shuswap",
"Q3482685",
"sal",
scripts = Latn,
}
m["sht"] = {
"Shasta",
"Q56396",
"nai-shs",
scripts = Latn,
}
m["shu"] = {
"乍得阿拉伯語",
"Q56497",
"sem-arb",
otherNames = {"查德阿拉伯語", "Chadian Arabic"},
scripts = {"Arab"},
entry_name = {
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)}},
}
m["shv"] = {
"山地語",
"Q33445",
"sem-sar",
aliases = {"Shehri", "Jibbali"},
scripts = {"Arab", "Latn"},
ancestors = {"sem-pro"},
}
m["shw"] = {
"Shwai",
"Q36527",
"alv-hei",
otherNames = {"Shwai"},
}
m["shx"] = {
"畲語",
"Q2605689",
"hmn",
otherNames = {"She", "Ho Ne", "Ho Nte"},
}
m["shy"] = {
"塔查維特語",
"Q33274",
"ber",
otherNames = {"Tachawit", "Shawiya Berber", "Chaouïa"},
}
m["shz"] = {
"Syenara Senoufo",
"Q36316",
"alv-snr",
}
m["sia"] = {
"阿卡拉薩米語",
"Q35241",
"smi",
scripts = Latn,
otherNames = {"Akkala Sami"},
}
m["sib"] = {
"塞波普語",
"Q7442799",
"poz-swa",
scripts = Latn,
otherNames = {"Sebop"},
}
m["sid"] = {
"希達摩語",
"Q33786",
"cus",
aliases = {"Sidaama"},
scripts = {"Latn", "Ethi"},
}
m["sie"] = {
"Simaa",
"Q7517329",
"bnt-kav",
scripts = Latn,
}
m["sij"] = {
"農巴米語",
"Q3346277",
"poz-ocw",
otherNames = {"Numbami"},
}
m["sip"] = {
"錫金語",
"Q35285",
"sit-tib",
otherNames = {"Sikkimese", "Dranjongke", "Dranjoke", "Denjongka", "Denzongpeke", "Denzongke"},
scripts = {"Tibt"},
ancestors = {"xct"},
translit_module = "bo-translit",
}
m["siq"] = {
"Sonia",
"Q7561770",
}
m["sir"] = {
"Siri",
"Q3438729",
"cdc-wst",
scripts = Latn,
}
m["sis"] = {
"Siuslaw",
"Q2315424",
}
m["siu"] = {
"Sinagen",
"Q7521655",
"qfa-tor",
scripts = Latn,
}
m["siv"] = {
"Sumariup",
"Q7636966",
"paa-spk",
scripts = Latn,
}
m["siw"] = {
"Siwai",
"Q7532519",
"paa-sbo",
}
m["six"] = {
"Sumau",
"Q7637021",
"ngf-mad",
otherNames = {"Garia", "Kari"},
scripts = Latn,
}
m["siy"] = {
"斯凡迪語",
"Q13269",
"xme",
otherNames = {"Sivandi"},
ancestors = {"xme-mid"},
}
m["siz"] = {
"Siwi",
"Q36814",
"ber",
scripts = {"Tfng", "Arab", "Latn"},
otherNames = {"Siwa"},
}
m["sja"] = {
"Epena",
"Q3055682",
"sai-chc",
}
m["sjb"] = {
"Sajau Basap",
"Q4684353",
"poz-bnn",
}
m["sjd"] = {
"基爾丁薩米語",
"Q33656",
"smi",
otherNames = {"Kildin Sami"},
scripts = {"Cyrl"},
translit_module = "sjd-translit",
sort_key = {
from = {"ӣ", "ӯ", MACRON},
to = {"и", "у"} },
}
m["sje"] = {
"皮特薩米語",
"Q56314",
"smi",
otherNames = {"Pite Sami"},
scripts = Latn,
entry_name = {
from = {"ū", "ˈ", MACRON},
to = {"u"} },
sort_key = {
from = {"á" , "đ" , "ŋ" , "ŧ" },
to = {"a²", "d²", "n²", "t²"} },
}
m["sjg"] = {
"Assangori",
"Q3502255",
"sdv-tmn",
}
m["sjk"] = {
"凱米薩米語",
"Q35871",
"smi",
otherNames = {"Kemi Sami"},
scripts = Latn,
}
m["sjl"] = {
"Miji",
"Q6845470",
"sit-hrs",
otherNames = {"Dmay", "Dhammai", "Sajolang"},
}
m["sjm"] = {
"Mapun",
"Q3287253",
"poz-sbj",
}
m["sjn"] = {
"辛達林語",
"Q56437",
"art",
otherNames = {"Sindarin"},
type = "appendix-constructed",
scripts = {"Latn", "Teng"},
}
m["sjo"] = {
"錫伯語",
"Q13223",
"tuw",
otherNames = {"Xibe", "Sibo", "Sibe", "Xibo"},
scripts = {"Mong"},
}
m["sjp"] = {
"蘇爾賈普里語",
"Q7645351",
"inc-eas",
otherNames = {"Surjapuri"},
ancestors = {"inc-mgd"},
}
m["sjr"] = {
"Siar-Lak",
"Q3482907",
"poz-ocw",
}
m["sjs"] = {
"Senhaja De Srair",
"Q56744",
"ber",
}
m["sjt"] = {
"特爾薩米語",
"Q36656",
"smi",
otherNames = {"Ter Sami"},
scripts = Latn,
}
m["sju"] = {
"于默薩米語",
"Q56415",
"smi",
otherNames = {"Ume Sami"},
scripts = Latn,
entry_name = {
from = {"ē", "ū", "ǖ", MACRON, "ˈ"},
to = {"e", "u", "ü"} },
sort_key = {
from = {"á" , "đ" , "ï" , "ŋ" , "ŧ" , "ü" },
to = {"a²", "d²", "i²", "n²", "t²", "u²"} },
}
m["sjw"] = {
"肖尼語",
"Q2669206",
"alg",
otherNames = {"Shawnee"},
scripts = Latn,
}
m["ska"] = {
"Skagit",
"Q25559652",
"sal",
scripts = Latn,
}
m["skb"] = {
"石語",
"Q36437",
"tai-nor",
otherNames = {"Saek"},
scripts = {"Thai"},
sort_key = {
from = {"[%pๆ]", "[็-๎̱̄̂]", "([เแโใไ])([ก-ฮ])"},
to = {"", "", "%2%1"}},
}
m["skc"] = {
"Ma Manda",
"Q6720783",
"ngf-fin",
otherNames = {"Sauk"},
}
m["skd"] = {
"Southern Sierra Miwok",
"Q3492334",
"nai-utn",
scripts = Latn,
}
m["ske"] = {
"Ske",
"Q7534244",
"poz-vnc",
otherNames = {"Seke"},
scripts = Latn,
}
m["skf"] = {
"Sakirabiá",
"Q3304806",
"tup",
otherNames = {"Mekem", "Amniapé", "Sakïrabiát", "Sakiráp", "Koaratira", "Guaratira", "Kanoé", "Koarategayat", "Guaratégaya", "Guarategaja", "Warategáya"},
scripts = Latn,
}
m["skh"] = {
"Sikule",
"Q3121081",
"poz-nws",
}
m["ski"] = {
"西卡語",
"Q33960",
"poz-cet",
otherNames = {"Sika", "Sikanese"},
scripts = Latn,
}
m["skj"] = { -- compare 'ths'
"Seke",
"Q30226846",
"sit-tam",
}
m["skk"] = {
"Sok",
"Q12953887",
"mkh-ban",
}
m["skm"] = {
"Sakam",
"Q6448517",
"ngf-fin",
otherNames = {"Kutong"},
}
m["skn"] = {
"哥里布安-蘇巴農語",
"Q18755617",
"phi",
}
m["sko"] = {
"Seko Tengah",
"Q15613270",
"poz",
}
m["skp"] = {
"Sekapan",
"Q7447132",
"poz-bnn",
}
m["skq"] = {
"Sininkere",
"Q3914896",
"dmn-man",
scripts = Latn,
}
m["skr"] = {
"沙拉基語",
"Q33902",
"inc-pan",
otherNames = {"Saraiki", "Siraiki", "Seraiki"},
scripts = {"ur-Arab", "Mult", "Deva"},
ancestors = {"lah"},
entry_name = {
from = {u(0x064B), u(0x064C), u(0x064D), u(0x064E), u(0x064F), u(0x0650), u(0x0651), u(0x0652)},
to = {}} ,
}
m["sks"] = {
"馬伊亞語",
"Q12952760",
"ngf-mad",
otherNames = {"Maia", "Maya", "Banar", "Pila", "Saki", "Suaro", "Turutap", "Yakiba"},
scripts = Latn,
}
m["skt"] = {
"Sakata",
"Q36691",
"bnt-bnm",
otherNames = {"Kisakata", "Lesa", "Odual", "Saka", "Bai", "Kibai", "Bay", "Kibay", "Djia", "Dia", "Dja", "Kidjia", "Wadia", "Tuku", "Ketu", "Batow"},
scripts = Latn,
}
m["sku"] = {
"Sakao",
"Q3298421",
"poz-vnc",
scripts = Latn,
}
m["skv"] = {
"Skou",
"Q3915200",
"paa-msk",
scripts = Latn,
}
m["skw"] = {
"斯克皮克里奧爾荷蘭語",
"Q2522153",
"crp",
otherNames = {"Skepi Creole Dutch", "Skepi Dutch", "Skepi Dutch Creole", "Essequibo Dutch"},
ancestors = {"nl"},
}
m["skx"] = {
"Seko Padang",
"Q15613282",
"poz-ssw",
}
m["sky"] = {
"西卡亞納語",
"Q7439242",
"poz-pnp",
otherNames = {"Sikaiana", "Sikayana"},
scripts = Latn,
}
m["skz"] = {
"塞卡爾語",
"Q7447136",
"poz-cet",
otherNames = {"Sekar"},
}
m["slc"] = {
"Saliba (Colombia)",
"Q3441097",
otherNames = {"Saliba", "Sáliba", "Saliva", "Sáliva"},
}
m["sld"] = {
"Sissala",
"Q11020264",
"nic-sis",
scripts = Latn,
}
m["sle"] = {
"紹拉加語",
"Q7500203",
"dra",
otherNames = {"Sholaga"},
scripts = {"Knda"},
}
m["slf"] = {
"瑞士意大利語手語",
"Q12953479",
"sgn",
otherNames = {"Swiss-Italian Sign Language", "Swiss Italian Sign Language"},
}
m["slg"] = {
"Selungai Murut",
"Q7448844",
"poz-san",
}
m["slh"] = {
"南普吉特海灣薩利希語",
"Q12642471",
"sal",
otherNames = {"Southern Puget Sound Salish"},
scripts = Latn,
}
-- "sli" "西里西亞德語" "Silesian German" IS SUBSUMED INTO "gmw-ecg" "East Central German"
m["slj"] = {
"Salumá",
"Q7406296",
"sai-car",
scripts = Latn,
}
m["sll"] = {
"Salt-Yui",
"Q7405785",
}
m["slm"] = {
"潘古塔蘭巴瑤語",
"Q3362086",
"poz-sbj",
otherNames = {"Pangutaran Sama"},
}
m["sln"] = {
"Salinan",
"Q1568938",
}
m["slp"] = {
"拉馬霍洛特語",
"Q6480777",
"poz-cet",
otherNames = {"Lamaholot", "Solor", "Solorese"},
scripts = Latn,
}
m["slq"] = {
"Salchuq",
"Q56752",
"trk",
}
m["slr"] = {
"撒拉語",
"Q33963",
"trk",
otherNames = {"Salar"},
scripts = {"Arab", "Latn"},
}
m["sls"] = {
"新加坡手語",
"Q7512563",
"sgn",
otherNames = {"Singapore Sign Language"},
}
m["slt"] = {
"Sila",
"Q7514021",
"tbq-lol",
}
m["slu"] = {
"Selaru",
"Q7447500",
"poz-cet",
}
m["slw"] = {
"Sialum",
"Q7506694",
"ngf",
}
m["slx"] = {
"Salampasu",
"Q7403607",
"bnt-lun",
scripts = Latn,
}
m["sly"] = {
"塞拉亞語",
"Q7447520",
"poz-ssw",
}
m["slz"] = {
"Ma'ya",
"Q2291492",
"poz-hce",
}
m["sma"] = {
"南薩米語",
"Q13293",
"smi",
otherNames = {"Southern Sami", "Lule Sami"},
scripts = Latn,
sort_key = { -- Standardise on Norwegian orthography for sorting purposes
from = {"ï" , "ä", "ö"},
to = {"i²", "æ", "ø"} },
}
m["smb"] = {
"Simbari",
"Q7517427",
"ngf",
}
m["smc"] = {
"Som",
"Q7559081",
"ngf-fin",
scripts = Latn,
}
m["smd"] = {
"Sama",
"Q6407456",
"bnt-kmb",
scripts = Latn,
}
m["smf"] = {
"Auwe",
"Q3502072",
"paa-brd",
ancestors = {"dnd"},
}
m["smg"] = {
"Simbali",
"Q56692",
"paa-bng",
}
m["smh"] = {
"Samei",
"Q7409269",
"tbq-lol",
}
m["smj"] = {
"呂勒薩米語",
"Q56322",
"smi",
otherNames = {"Lule Sami"},
scripts = Latn,
entry_name = {
from = {"ˈ", MACRON},
to = {} },
sort_key = { -- Standardise on Swedish orthography for sorting purposes
from = {"á" , "ŋ" , "æ" },
to = {"a²", "n²", "ä"} },
}
m["smk"] = {
"博利瑙語",
"Q2669235",
"phi",
otherNames = {"Bolinao", "Binubolinao"},
}
m["sml"] = {
"Central Sama",
"Q3470593",
"poz-sbj",
}
m["smm"] = {
"穆薩薩語",
"Q6940122",
"inc-eas",
otherNames = {"Musasa"},
ancestors = {"bh"},
}
m["smn"] = {
"伊納里薩米語",
"Q33462",
"smi",
otherNames = {"Inari Sami"},
scripts = Latn,
entry_name = {
from = {"ḥ", "ḷ", "ṃ", "ṇ", "ṛ", "ṿ", DOTBELOW, "ˈ"},
to = {"h", "l", "m", "n", "r", "v"} },
sort_key = {
from = {"â" , "č" , "đ" , "ŋ" , "š" , "ž" , "á" },
to = {"a˿", "c˿", "d˿", "n˿", "s˿", "z˿", "ä˿"} },
}
m["smp"] = {
"撒馬利亞希伯來語",
"Q56502",
"sem-can",
otherNames = {"Samaritan Hebrew", "Samaritan"},
scripts = {"Samr"},
entry_name = {
from = {"[" .. u(0x0816) .. "-" .. u(0x082D) .. "]"},
to = {}
},
}
m["smq"] = {
"Samo",
"Q7409884",
"ngf",
}
m["smr"] = {
"錫默盧語",
"Q2992833",
"poz-nws",
otherNames = {"Simeulue", "Simalur", "Devayan", "Defayan", "Simolol", "Simulul", "Simeuloë"},
scripts = Latn,
}
m["sms"] = {
"斯科爾特薩米語",
"Q13271",
"smi",
otherNames = {"Skolt Sami"},
scripts = Latn,
entry_name = {
from = {"ẹ", "ˈ"},
to = {"e"} },
sort_key = {
from = {"â" , "č" , "đ" , "ǧ" , "ǥ" , "ǩ" , "ŋ" , "õ" , "š" , "ž" },
to = {"a²", "c²", "d²", "g²", "g³", "k˿", "n˿", "o˿", "s˿", "z˿"} },
}
m["smt"] = {
"Simte",
"Q7521268",
"tbq-kuk",
}
m["smu"] = {
"Somray",
"Q6583612",
"mkh-pea",
}
m["smv"] = {
"桑維蒂語",
"Q6345632",
"inc-sou",
otherNames = {"Samvedi"},
ancestors = {"pmh"},
}
m["smw"] = {
"松巴哇語",
"Q3182585",
"poz-mcm",
otherNames = {"Sumbawa"},
scripts = Latn,
}
m["smx"] = {
"Samba",
"Q11120157",
"bnt-pen",
scripts = Latn,
}
m["smy"] = {
"森南尼語",
"Q14531212",
"xme",
otherNames = {"Semnani"},
ancestors = {"xme-old"},
}
m["smz"] = {
"Simeku",
"Q7517534",
"paa-sbo",
}
m["snb"] = {
"Sebuyau",
"Q7442836",
"poz-mly",
}
m["snc"] = {
"西瑙高羅語",
"Q4170719",
"poz-ocw",
otherNames = {"Sinaugoro"},
}
m["sne"] = {
"查格依語",
"Q2891938",
"day",
otherNames = {"Bau Bidayuh"},
scripts = Latn,
}
m["snf"] = {
"諾恩語",
"Q36304",
"alv-cng",
otherNames = {"Noon"},
scripts = Latn,
}
m["sng"] = {
"Sanga (Congo)",
"Q3438316",
"bnt-lub",
otherNames = {"Sanga", "Luba-Sanga", "Sanga (Democratic Republic of Congo)", "Sanga (Democratic Republic of the Congo)"},
scripts = Latn,
}
m["sni"] = {
"Sensi",
"Q7451029",
"sai-pan",
scripts = Latn,
}
m["snj"] = {
"Riverain Sango",
"Q25559751",
"crp",
scripts = Latn,
ancestors = {"ngb"},
}
m["snk"] = {
"索尼基語",
"Q36660",
"dmn-snb",
scripts = Latn,
}
m["snl"] = {
"Sangil",
"Q3472206",
"phi",
}
m["snm"] = {
"Southern Ma'di",
"Q15637273",
"csu-mma",
}
m["snn"] = {
"Siona",
"Q3485116",
"sai-tuc",
scripts = Latn,
}
m["sno"] = {
"Snohomish",
"Q25559662",
"sal",
scripts = Latn,
}
m["snp"] = {
"Siane",
"Q7506812",
"paa-kag",
scripts = Latn,
}
m["snq"] = {
"Sangu (Gabon)",
"Q36609",
"bnt-sir",
otherNames = {"Chango"},
scripts = Latn,
}
m["snr"] = {
"Sihan",
"Q7513400",
"ngf-mad",
}
m["sns"] = {
"Nahavaq",
"Q2160435",
"poz-vnc",
}
m["snu"] = {
"Senggi",
"Q7929052",
"paa-brd"
}
m["snv"] = {
"Sa'ban",
"Q3474891",
"poz-swa",
scripts = Latn,
}
m["snw"] = {
"Selee",
"Q36272",
"alv-ntg",
scripts = Latn,
}
m["snx"] = {
"Sam",
"Q7408387",
}
m["sny"] = {
"Saniyo-Hiyewe",
"Q7418302",
"paa-spk",
scripts = Latn,
}
m["snz"] = {
"Kou",
"Q7525035", -- also "Q4803639"
"ngf-mad",
otherNames = {"Kow", "Sinsauru", "Asas"},
scripts = Latn,
}
m["soa"] = {
"宋傣語",
"Q7709159",
"tai-swe",
otherNames = {"Thai Song", "Lao Song", "Song"},
scripts = {"Tavt", "Thai"},
--translit_module = "Tavt-translit",
sort_key = {
from = {"([ꪵꪶꪹꪻꪼ])([ꪀ-ꪯ])", "([เแโใไ])([ก-ฮ])"},
to = {"%2%1", "%2%1"}},
}
m["sob"] = {
"Sobei",
"Q3121035",
"poz-ocw",
}
m["soc"] = {
"Soko",
"Q7555138",
"bnt-ske",
otherNames = {"So"},
scripts = Latn,
}
m["sod"] = {
"Songoora",
"Q7561296",
"bnt-lgb",
scripts = Latn,
}
m["soe"] = {
"Songomeno",
"Q5713543",
"bnt-bsh",
scripts = Latn,
}
m["sog"] = {
"粟特語",
"Q205979",
"ira-sgc",
otherNames = {"Sogdian"},
translit_module = "translit-redirect",
scripts = {"Sogd", "Mani", "Syrc", "Sogo"},
}
m["soh"] = {
"Aka (Sudan)",
"Q3450949",
"sdv-eje",
otherNames = {"Aka", "Sillok"},
scripts = Latn,
}
m["soi"] = {
"Sonha",
"Q12953890",
"inc-eas",
otherNames = {"Sonaha", "Sonahaa", "Sunah", "Sunha"},
ancestors = {"inc-mgd"},
}
m["sok"] = {
"索科羅語",
"Q3441303",
"cdc-est",
otherNames = {"Sokoro"},
scripts = Latn,
}
m["sol"] = {
"索洛斯語",
"Q3489591",
"poz-ocw",
otherNames = {"Solos"},
}
m["soo"] = {
"Nsong",
"Q12953148",
"bnt-bdz",
otherNames = {"Songo", "Tsong"},
scripts = Latn,
}
m["sop"] = {
"Songe",
"Q3130911",
"bnt-lbn",
scripts = Latn,
}
m["soq"] = {
"Kanasi",
"Q11732656",
}
m["sor"] = {
"Somrai",
"Q3123566",
"cdc-est",
scripts = Latn,
}
m["sos"] = {
"Seenku",
"Q36274",
"dmn-smg",
otherNames = {"Seeku", "Sembla", "Sambla"},
}
m["sou"] = {
"南部泰語",
"Q56508",
"tai-swe",
aliases = {"巴戴語", "Southern Thai", "Dambro", "Pak Tai"},
scripts = {"Thai"},
sort_key = {
from = {"[%pๆ]", "[็-๎]", "([เแโใไ])([ก-ฮ])"},
to = {"", "", "%2%1"}},
}
m["sov"] = {
"松索羅爾語",
"Q13281",
"poz-mic",
otherNames = {"Sonsorolese"},
scripts = Latn,
}
m["sow"] = {
"Sowanda",
"Q7571845",
"paa-brd"
}
m["sox"] = {
"索語",
"Q36604",
"bnt-mka",
otherNames = {"Swo", "So", "Sso", "Shwo", "Fo"},
scripts = Latn,
}
m["soy"] = {
"Miyobe",
"Q35913",
"alv-sav",
scripts = Latn,
}
m["soz"] = {
"Temi",
"Q13278",
"bnt-kka",
scripts = Latn,
}
m["spb"] = {
"Sepa (Indonesia)",
"Q18603687",
"poz-cma",
otherNames = {"Sepa"},
scripts = Latn,
}
m["spc"] = {
"Sapé",
"Q2888158",
otherNames = {"Kaliana", "Kariana", "Kaliána", "Sapä́", "Sape"},
scripts = Latn,
}
m["spd"] = {
"Saep",
"Q7398312",
"ngf-mad",
}
m["spe"] = {
"Sepa (New Guinea)",
"Q7451725",
"poz-ocw",
otherNames = {"Sepa", "Sepa (Papua New Guinea)"},
scripts = Latn,
}
m["spg"] = {
"Sian",
"Q7506806",
"poz-bnn",
}
m["spi"] = {
"薩波尼語",
"Q3915418",
"paa",
otherNames = {"Saponi"},
}
m["spk"] = {
"Sengo",
"Q7450584",
"paa-spk",
scripts = Latn,
}
m["spl"] = {
"Selepet",
"Q7447917",
"ngf",
}
m["spm"] = {
"Sepen",
"Q4701931",
"paa",
scripts = Latn,
}
m["spn"] = {
"Sanapaná",
"Q3033556",
"sai-mas",
scripts = Latn,
}
m["spo"] = {
"Spokane",
"Q3493704",
"sal",
otherNames = {"Montana Salish", "Salish", "Séliš", "Kalispel-Pend d'oreille", "Kalispel"},
}
m["spp"] = {
"Supyire",
"Q56284",
"alv-sma",
otherNames = {"Suppire", "Supyire Senoufo", "Supyire Senufo", "Shempire Senoufo", "Shempire"},
scripts = Latn,
}
m["spr"] = {
"Saparua",
"Q7420921",
"poz-cma",
}
m["sps"] = {
"薩波薩語",
"Q3473187",
"poz-ocw",
otherNames = {"Saposa"},
}
m["spt"] = {
"Spiti Bhoti",
"Q22080879",
"sit-las",
}
m["spu"] = {
"Sapuan",
"Q7421168",
"mkh-ban",
}
m["spv"] = {
"桑巴爾普里語",
"Q6433240",
"inc-eas",
otherNames = {"Sambalpuri", "Kosali", "Koshali"},
scripts = {"Orya"},
translit_module = "or-translit",
ancestors = {"or"},
}
m["spx"] = {
"南皮賽恩語",
"Q36688",
"itc",
otherNames = {"South Picene", "Old Sabellic", "Old Sabellian", "Middle Adriatic", "Central Adriatic"},
scripts = {"Ital", "Latn"},
translit_module = "Ital-translit",
}
m["spy"] = {
"Sabaot",
"Q7395896",
"sdv-kln",
}
m["sqa"] = {
"Shama-Sambuga",
"Q3914392",
"nic-kmk",
scripts = Latn,
}
m["sqh"] = {
"Shau",
"Q3913925",
"nic-jer",
scripts = Latn,
}
m["sqk"] = {
"Albanian Sign Language",
"Q4709168",
"sgn",
}
m["sqm"] = {
"Suma",
"Q11008431",
"alv-gbw",
}
m["sqn"] = {
"Susquehannock",
"Q3505736",
"iro",
}
m["sqo"] = {
"索爾赫伊語",
"Q3491964",
"ira-kms",
otherNames = {"Sorkhei"},
}
m["sqq"] = {
"Sou",
"Q16979751",
"mkh-ban",
}
m["sqr"] = {
"西庫爾阿拉伯語",
"Q1069489",
"sem-arb",
otherNames = {"Siculo-Arabic"},
}
m["sqs"] = {
"斯里蘭卡手語",
"Q3915466",
"sgn",
otherNames = {"Sri Lankan Sign Language"},
}
m["sqt"] = {
"索科特拉語",
"Q13283",
"sem-sar",
otherNames = {"Soqotri", "Socotri"},
scripts = {"Arab", "Latn"},
}
m["squ"] = {
"斯闊米什語",
"Q2484579",
"sal",
otherNames = {"Squamish"},
scripts = Latn,
}
m["sra"] = {
"Saruga",
"Q7424699",
"ngf-mad",
scripts = Latn,
}
m["srb"] = {
"Sora",
"Q13284",
"mun",
scripts = {"Sora"},
}
m["sre"] = {
"Sara",
"Q33957",
"day",
}
m["srf"] = {
"Nafi",
"Q6958174",
"poz-ocw",
}
m["srg"] = {
"Sulod",
"Q7636489",
"phi",
}
m["srh"] = {
"薩里庫爾語",
"Q33873",
"ira-shy",
otherNames = {"Sarikoli"},
scripts = {"Latn", "ug-Arab", "Cyrl"},
ancestors = {"ira-shr-pro"},
}
m["sri"] = {
"Siriano",
"Q3485264",
"sai-tuc",
scripts = Latn,
}
m["srk"] = {
"Serudung Murut",
"Q7455497",
"poz-san",
}
m["srl"] = {
"Isirawa",
"Q4203802",
"paa-tkw",
}
m["srm"] = {
"薩拉馬卡語",
"Q33779",
"crp",
scripts = Latn,
otherNames = {"Saramaccan"},
ancestors = {"en", "pt"},
}
m["srn"] = {
"蘇里南湯加語",
"Q33989",
"crp",
otherNames = {"蘇里南語", "Sranan Tongo"},
scripts = Latn,
}
m["srq"] = {
"Sirionó",
"Q3027953",
"tup-gua",
scripts = Latn,
}
m["srr"] = {
"塞雷爾語",
"Q36284",
"alv-fwo",
scripts = Latn,
}
m["srs"] = {
"Sarcee",
"Q20825",
"ath-nor",
otherNames = {"Sarsi", "Tsuu T'ina", "Tsuut'ina", "Tsu T'ina"},
scripts = Latn,
}
m["srt"] = {
"Sauri",
"Q7427547",
"paa-egb",
}
m["sru"] = {
"Suruí",
"Q7646993",
"tup",
otherNames = {"Paíter", "Suruí-Paíter", "Suruí de Rondônia", "Suruí do Jiparaná"},
scripts = Latn,
}
m["srv"] = {
"Waray Sorsogon",
"Q18755610",
"phi",
}
m["srw"] = {
"Serua",
"Q14916905",
"poz-cet",
}
m["srx"] = {
"Sirmauri",
"Q7530505",
"him",
}
m["sry"] = {
"Sera",
"Q7452602",
"poz-ocw",
scripts = Latn,
}
m["srz"] = {
"沙赫米爾扎迪語",
"Q12953126",
"ira-msh",
otherNames = {"Shahmirzadi"},
scripts = {"fa-Arab"},
}
m["ssb"] = {
"Southern Sama",
"Q3470594",
"poz-sbj",
scripts = Latn,
}
m["ssc"] = {
"Suba-Simbiti",
"Q7630687",
"bnt-lok",
scripts = Latn,
}
m["ssd"] = {
"Siroi",
"Q10771067",
"ngf-mad",
scripts = Latn,
}
m["sse"] = {
"Balangingi",
"Q2880535",
"poz-sbj",
scripts = Latn,
}
m["ssf"] = {
"邵語",
"Q676492",
family = "map",
ancestors = {"map-pro"},
scripts = {"Latn"},
otherNames = {"Sao"},
}
m["ssg"] = {
"Seimat",
"Q3182581",
"poz-aay",
}
m["ssh"] = {
"Shihhi Arabic",
"Q56571",
"sem-arb",
scripts = {"Arab"},
entry_name = {
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)}},
}
m["ssi"] = {
"桑斯語",
"Q3309366",
"inc-nwe",
otherNames = {"Sansi", "Bhilki"},
ancestors = {"psu"},
}
m["ssj"] = {
"Sausi",
"Q7427605",
"ngf-mad",
scripts = Latn,
}
m["ssk"] = {
"Sunam",
"Q11002210",
"sit-kin",
}
m["ssl"] = {
"Western Sisaala",
"Q11154776",
"nic-sis",
scripts = Latn,
}
m["ssm"] = {
"Semnam",
"Q7449713",
"mkh-asl",
}
m["ssn"] = {
"Waata",
"Q3501553",
"cus",
}
m["sso"] = {
"Sissano",
"Q7530937",
"poz-ocw",
scripts = Latn,
}
m["ssp"] = {
"西班牙手語",
"Q3100814",
"sgn",
otherNames = {"Spanish Sign Language"},
}
m["ssq"] = {
"So'a",
"Q7572120",
"poz-cet",
scripts = Latn,
}
m["ssr"] = {
"瑞士法國手語",
"Q12953483",
"sgn",
otherNames = {"Swiss-French Sign Language", "Swiss French Sign Language"},
}
m["sss"] = {
"Sô",
"Q3082037",
"mkh-kat",
}
m["sst"] = {
"Sinasina",
"Q7521813",
"ngf",
scripts = Latn,
}
m["ssu"] = {
"Susuami",
"Q7649752",
"ngf",
scripts = Latn,
}
m["ssv"] = {
"Shark Bay",
"Q7489783",
"poz-vnc",
}
m["ssx"] = {
"Samberigi",
"Q7409020",
"paa-eng",
scripts = Latn,
}
m["ssy"] = {
"薩霍語",
"Q36353",
"cus",
scripts = {"Latn", "Ethi", "Arab"},
}
m["ssz"] = {
"Sengseng",
"Q7450601",
"poz-ocw",
scripts = Latn,
}
m["stb"] = {
"北蘇巴農語",
"Q12953892",
"phi",
}
m["std"] = {
"桑提內爾語",
"Q568377",
otherNames = {"Sentinelese"},
}
m["ste"] = {
"Liana-Seti",
"Q6539924",
"poz-cma",
}
m["stf"] = {
"Seta",
"Q7456326",
"qfa-tor",
scripts = Latn,
}
m["stg"] = {
"Trieng",
"Q22694648",
"mkh-ban",
}
m["sth"] = {
"雪爾塔語",
"Q36705",
"crp",
otherNames = {"Shelta", "Cant"},
scripts = Latn,
ancestors = {"en"},
}
m["sti"] = {
"布羅斯丁語",
"Q15771431",
"mkh-ban",
otherNames = {"Bulo Stieng"},
}
m["stj"] = {
"Matya Samo",
"Q10974879",
"dmn-sam",
scripts = Latn,
}
m["stk"] = {
"Arammba",
"Q3502094",
"ngf",
}
m["stm"] = {
"Setaman",
"Q7456333",
"ngf-okk",
scripts = Latn,
}
m["stn"] = {
"Owa",
"Q1324132",
"poz-sls",
scripts = Latn,
}
m["sto"] = {
"Stoney",
"Q3033570",
"sio-dkt",
}
m["stp"] = {
"東南特佩瓦語",
"Q12953917",
"azc",
otherNames = {"Southeastern Tepehuan"},
scripts = Latn,
}
m["stq"] = {
"薩特弗里斯蘭語",
"Q27154",
"gmw-fri",
otherNames = {"沙特弗里西語", "東弗里斯蘭語", "東弗里西語", "Saterland Frisian", "East Frisian", "Eastern Frisian"}, -- Saterland F is a dialect of East F; see [[WT:T:ASTQ]]
scripts = Latn,
}
m["str"] = {
"薩尼奇語",
"Q36444",
"sal",
otherNames = {"Saanich"},
scripts = Latn,
}
m["sts"] = {
"舒馬斯梯語",
"Q33777",
"inc-dar",
otherNames = {"Shumashti"},
}
m["stt"] = {
"布德斯丁語",
"Q12953891",
"mkh-ban",
otherNames = {"Budeh Stieng"},
}
m["stu"] = {
"Samtao",
"Q25559550",
"mkh-pal",
}
m["stv"] = {
"Silt'e",
nil,
"sem-eth",
scripts = {"Ethi"},
}
m["stw"] = {
"薩塔瓦爾語",
"Q28477",
"poz-mic",
otherNames = {"Satawalese"},
}
m["sty"] = {
"西伯利亞韃靼語",
"Q4418344",
"trk-kno",
otherNames = {"Siberian Tatar"},
scripts = {"Cyrl"},
}
m["sua"] = {
"Sulka",
"Q7636341",
"qfa-iso",
}
m["sub"] = {
"Suku",
"Q12953160",
"bnt-yak",
scripts = Latn,
}
m["suc"] = {
"西蘇巴農語",
"Q16113894",
"phi",
}
m["sue"] = {
"蘇埃納語",
"Q7634386",
"ngf",
otherNames = {"Suena"},
scripts = Latn,
}
m["sug"] = {
"Suganga",
"Q7634706",
"ngf-okk",
scripts = Latn,
}
m["sui"] = {
"蘇基語",
"Q2089984",
"ngf",
otherNames = {"Suki"},
scripts = Latn,
}
m["suk"] = {
"蘇庫馬語",
"Q2638144",
"bnt-tkm",
otherNames = {"Sukuma"},
scripts = Latn,
}
m["suq"] = {
"蘇里語",
"Q5364172",
"sdv",
otherNames = {"Suri"},
}
m["sur"] = {
"Mwaghavul",
"Q3440486",
"cdc-wst",
otherNames = {"Sura", "Mupun"},
scripts = Latn,
}
m["sus"] = {
"蘇蘇語",
"Q33990",
"dmn-sya",
scripts = Latn,
}
m["sut"] = {
"Subtiaba",
"Q3915405",
"omq",
scripts = Latn,
}
m["suv"] = {
"Sulung",
"Q56408",
"sit-khb",
}
m["suw"] = {
"Sumbwa",
"Q7637055",
"bnt-glb",
scripts = Latn,
}
m["sux"] = {
"蘇美爾語",
"Q36790",
"qfa-iso",
otherNames = {"蘇美語", "Sumerian"},
scripts = {"Xsux"},
}
m["suy"] = {
"蘇亞語",
"Q3505859",
"sai-nje",
otherNames = {"Suyá", "Kĩsêdjê"},
scripts = Latn,
}
m["suz"] = {
"Sunwar",
"Q56549",
"sit-kiw",
}
m["sva"] = {
"斯凡語",
"Q34067",
"ccs",
otherNames = {"Svan"},
scripts = {"Geor", "Cyrl"},
translit_module = "sva-translit",
override_translit = true,
entry_name = {
from = {DIAER, MACRON},
to = {}} ,
}
m["svb"] = {
"Ulau-Suain",
"Q7878769",
"poz-ocw",
scripts = Latn,
}
m["svc"] = {
"Vincentian Creole English",
"Q3501785",
"crp",
scripts = Latn,
ancestors = {"en"},
}
m["sve"] = {
"Serili",
"Q7454834",
"poz-tim",
}
m["svk"] = {
"斯洛伐克手語",
"Q7541557",
"sgn",
aliases = {"Slovakian Sign Language"},
}
m["svm"] = {
"斯拉夫莫利塞語",
"Q36254",
"zls",
aliases = {"斯拉沃莫利薩諾語", "Slavomolisano", "Slavo-molisano", "Molise Slavic", "Molise Croatian"},
scripts = Latn,
ancestors = {"sh"},
}
m["svs"] = {
"Savosavo",
"Q3130296",
"paa",
scripts = Latn,
}
m["svx"] = {
"斯卡洛維亞語",
"Q3486125",
"bat",
aliases = {"Skalvian"},
scripts = Latn,
}
m["swb"] = {
"馬約特科摩羅語",
"Q34075",
"bnt-com",
aliases = {"Maore Comorian"},
scripts = Latn,
sort_key = {
from = {"ɓ", "ɗ"},
to = {"bz", "dz"}} ,
}
m["swf"] = {
"Sere",
"Q7453056",
"nic-ser",
scripts = Latn,
}
m["swg"] = {
"施瓦本語",
"Q327274",
"gmw",
otherNames = {"Swabian"},
scripts = Latn,
ancestors = {"gsw"},
}
m["swi"] = {
"水語",
"Q3112388",
"qfa-kms",
otherNames = {"Sui", "Ai Sui", "Shui", "Sui Li", "Suipo"},
scripts = {"Latn", "Hani"}, --Shui is not available yet.
}
m["swj"] = {
"Sira",
"Q36599",
"bnt-sir",
scripts = Latn,
}
m["swl"] = {
"Swedish Sign Language",
"Q36558",
"sgn",
}
m["swm"] = {
"Samosa",
"Q7410037",
"ngf-mad",
scripts = Latn,
}
m["swn"] = {
"Sokna",
"Q2988323",
"ber",
otherNames = {"Sawknah", "Fezzan", "Fogaha"},
}
m["swo"] = {
"Shanenawa",
nil,
"sai-pan",
scripts = Latn,
}
m["swp"] = {
"Suau",
"Q3502368",
"poz-ocw",
}
m["swq"] = {
"Sharwa",
"Q56791",
"cdc-cbm",
scripts = Latn,
}
m["swr"] = {
"Saweru",
"Q3474649",
}
m["sws"] = {
"Seluwasan",
"Q7448845",
"poz-cet",
}
m["swt"] = {
"Sawila",
"Q7428639",
}
m["swu"] = {
"Suwawa",
"Q7650588",
"phi",
}
m["sww"] = {
"索瓦語",
"Q7571843",
"poz-vnc",
otherNames = {"Sowa"},
}
m["swx"] = {
"Suruahá",
"Q3114402",
"auf",
otherNames = {"Zuruahá", "Suruaha", "Suruwaha", "Zuruaha", "Índios do Coxodoá"},
}
m["swy"] = {
"Sarua",
"Q56261",
"cdc-est",
scripts = Latn,
}
m["sxb"] = {
"Suba",
"Q33916",
"bnt-lok",
scripts = Latn,
}
m["sxc"] = {
"Sicanian",
"Q36335",
}
m["sxe"] = {
"Sighu",
"Q36431",
"bnt-kel",
scripts = Latn,
}
m["sxg"] = {
"史興語",
"Q56337",
"sit-nax",
otherNames = {"Shixing", "Shuhi", "Xumi"},
}
m["sxk"] = {
"南卡拉普亞語",
"Q3192122",
"nai-klp",
otherNames = {"Southern Kalapuya"},
}
m["sxl"] = {
"瑟羅尼亞語",
"Q36491",
"bat",
otherNames = {"Selonian", "Selian"},
scripts = Latn,
}
m["sxm"] = {
"Samre",
"Q6583615",
"mkh-pea",
}
m["sxn"] = {
"桑格語",
"Q25714758",
"phi",
scripts = Latn,
otherNames = {"Sangir"},
}
m["sxo"] = {
"Sorothaptic",
"Q2762254",
}
m["sxr"] = {
"拉阿魯哇語",
"Q716599",
family = "map",
ancestors = {"map-pro"},
scripts = {"Latn"},
otherNames = {"Saaroa", "Hla'alua", "沙阿魯哇語"},
}
m["sxs"] = {
"Sasaru",
"Q3913384",
"alv-yek",
scripts = Latn,
}
-- "sxu" "Upper Saxon" IS SUBSUMED INTO "gmw-ecg" "East Central German"
m["sxw"] = {
"Saxwe Gbe",
"Q7428892",
"alv-pph",
}
m["sya"] = {
"Siang",
"Q3482903",
}
m["syb"] = {
"中蘇巴農語",
"Q12953893",
"phi",
scripts = Latn,
}
m["syc"] = {
"古典敘利亞語",
"Q33538",
"sem-are",
otherNames = {"Classical Syriac"},
scripts = {"Syrc"},
entry_name = {
from = {"[" .. u(0x0304) .. u(0x0308) .. u(0x0331) .. u(0x0730) .. "-" .. u(0x0748) .. "]"},
to = {},
},
}
m["syi"] = {
"Seki",
"Q36547",
"bnt-kel",
scripts = Latn,
}
m["syk"] = {
"蘇庫爾語",
"Q56292",
"cdc-cbm",
otherNames = {"Sukur"},
scripts = Latn,
}
m["syl"] = {
"錫爾赫特語",
"Q2044560",
"inc-eas",
otherNames = {"Sylheti"},
scripts = {"Sylo", "Beng"},
ancestors = {"inc-obn"},
translit_module = "syl-translit",
}
m["sym"] = {
"Maya Samo",
"Q10950421",
"dmn-sam",
scripts = Latn,
}
m["syn"] = {
"Senaya",
"Q33914",
"sem-nna",
}
m["syo"] = {
"Suoy",
"Q7641864",
"mkh-pea",
}
m["sys"] = {
"Sinyar",
"Q56840",
"csu",
scripts = Latn,
}
m["syw"] = {
"Kagate",
"Q12952538",
"sit-kyk",
scripts = {"Deva"},
}
m["syx"] = {
"Osamayi",
"Q7408415",
"bnt-kel",
otherNames = {"Shamay", "Samayi", "Samay", "Shamayi"},
scripts = {"Latn"},
}
m["syy"] = {
"Al-Sayyid Bedouin Sign Language",
"Q2915457",
"sgn",
}
m["sza"] = {
"Semelai",
"Q3111827",
"mkh-asl",
}
m["szb"] = {
"Ngalum",
"Q11732516",
"ngf-okk",
scripts = Latn,
}
m["szc"] = {
"Semaq Beri",
"Q7449119",
"mkh-asl",
}
m["szd"] = {
"Seru",
"Q7455488",
"poz-bnn",
scripts = Latn,
}
m["sze"] = {
"Seze",
"Q373683",
"omv-mao",
scripts = Latn,
}
m["szg"] = {
"Sengele",
"Q7450555",
"bnt-mon",
scripts = Latn,
}
m["szl"] = {
"西里西亞語",
"Q30319",
"zlw-lch",
otherNames = {"Silesian", "Upper Silesian", "Silesian Polish", "Upper Silesian Polish"},
scripts = Latn,
}
m["szn"] = {
"Sula",
"Q3503403",
"poz-cma",
scripts = Latn,
}
m["szp"] = {
"Suabo",
"Q7630429",
"ngf-sbh",
otherNames = {"Inanwatan"},
scripts = Latn,
}
m["szv"] = {
"Isubu",
"Q35431",
"bnt-saw",
otherNames = {"Isu", "Isu (Fako Division)", "Isuwu", "Suwu", "Subu"},
scripts = Latn,
}
m["szw"] = {
"Sawai",
"Q3447258",
"poz-hce",
otherNames = {"Weda", "Weda-Sawai", "Kobe", "Faya-Mafa", "Messa-Dote"},
scripts = Latn,
}
m["szy"] = {
"撒奇萊雅語",
"Q718269",
family = "map",
ancestors = {"map-pro"},
scripts = {"Latn"},
otherNames = {"Sakizaya"}
}
return m
