Module:Lang/data: Difference between revisions

1,320 bytes added ,  11 April 2019
+si; see talk;
m (1 revision imported)
(+si; see talk;)
Line 26: Line 26:
["fy"] = {"West Frisian"}, -- IANA name is Western Frisian
["fy"] = {"West Frisian"}, -- IANA name is Western Frisian
["ps"] = {"Pashto"}, -- IANA name is Pushto
["ps"] = {"Pashto"}, -- IANA name is Pushto
["si"] = {"Sinhala"}, -- IANA name is Sinhala, Sinhalese; override wp_languages {"Sinhalese"}; see Module talk:Language/data/wp languages#Request to undo an edit
["sr-cyrl"] = {"Serbian"}, -- override wp_languages Serbian Cyrillic; to achieve this, use |label=
["sr-cyrl"] = {"Serbian"}, -- override wp_languages Serbian Cyrillic; to achieve this, use |label=


Line 35: Line 36:
["bxr"] = {"Russian Buryat"}, -- IANA name Russia Buriat;
["bxr"] = {"Russian Buryat"}, -- IANA name Russia Buriat;
["bxu"] = {"Chinese Buryat"}, -- IANA name China Buriat;
["bxu"] = {"Chinese Buryat"}, -- IANA name China Buriat;
["byr"] = {"Yipma"}, -- IANA names are Baruya and Yipma
["cel"] = {"Celtic languages"}, -- ISO 639-2 collective; defined here to override improper redefinition ('Proto-Celtic') in wp_languages; use cel-x-proto instead
["cel"] = {"Celtic languages"}, -- ISO 639-2 collective; defined here to override improper redefinition ('Proto-Celtic') in wp_languages; use cel-x-proto instead
["egy"] = {"Ancient Egyptian"}, -- IANA name is Egyptian (Ancient); distinguish from contemporary arz: Egyptian Arabic  
["egy"] = {"Ancient Egyptian"}, -- IANA name is Egyptian (Ancient); distinguish from contemporary arz: Egyptian Arabic  
Line 48: Line 50:
["nrf"] = {"Norman"}, -- not quite a collective - IANA name: Jèrriais; categorizes to Norman-language text
["nrf"] = {"Norman"}, -- not quite a collective - IANA name: Jèrriais; categorizes to Norman-language text
["orv"] = {"Old East Slavic"}, -- IANA name is Old Russian
["orv"] = {"Old East Slavic"}, -- IANA name is Old Russian
["pms"] = {"Piedmontese"}, -- IANA / 639-3 name is Piemontese; to match en.wiki article title
["pra"] = {"Prakrit languages"}, -- ISO 639-2 collective; defined here to override redefinition in wp_languages
["pra"] = {"Prakrit languages"}, -- ISO 639-2 collective; defined here to override redefinition in wp_languages
["roa"] = {"Romance languages"}, -- ISO 639-2 collective; defined here to override improper redefinition (Jèrriais) in wp_language; IANA name is "Romance languages"
["roa"] = {"Romance languages"}, -- ISO 639-2 collective; defined here to override improper redefinition (Jèrriais) in wp_language; IANA name is "Romance languages"
Line 81: Line 84:
["yuf-x-wal"] = {"Walapai"},
["yuf-x-wal"] = {"Walapai"},
["yuf-x-yav"] = {"Yavapai"},
["yuf-x-yav"] = {"Yavapai"},
}
--[[--------------------------< A R T I C L E _ L I N K >------------------------------------------------------
for those rare occasions when article titles don't fit with the normal '<language name>-language', this table
maps language code to article title.  Use of this table should be avoided and the use of redirects preferred as
that is the long-standing method of handling article names that don't fit with the normal pattern
]]
local article_name = {
["lij"] = {"Ligurian (Romance language)"}, -- see Template_talk:Lang#Ligurian_dab
['mnh'] = {"Mono language (Congo)"}, -- see Template_talk:Lang#Mono_languages
['mnr'] = {"Mono language (California)"},
['mru'] = {"Mono language (Cameroon)"},
['mte'] = {"Mono-Alu language"},
["xlg"] = {"Ligurian language (ancient)"}, -- see Template_talk:Lang#Ligurian_dab
}
}


Line 255: Line 276:
},
},


['rtgs'] = {
['default'] = 'Royal Thai General System of Transcription',
},
['satts'] = {
['satts'] = {
['default'] = 'Standard Arabic Technical Transliteration System transliteration',
['default'] = 'Standard Arabic Technical Transliteration System transliteration',
Line 272: Line 297:
{
{
override = override,
override = override,
article_name = article_name,
rtl_scripts = rtl_scripts,
rtl_scripts = rtl_scripts,
is_rtl_script = is_rtl_script,
is_rtl_script = is_rtl_script,
translit_title_table = translit_title_table,
translit_title_table = translit_title_table,
};
};
Anonymous user