Module:languages/data/exceptional: Difference between revisions
No edit summary |
No edit summary |
||
| (17 intermediate revisions by 4 users not shown) | |||
| Line 147: | Line 147: | ||
m["alo-col"] = { | m["alo-col"] = { | ||
"Central Olma", | |||
nil, | nil, | ||
"alo-cst", | "alo-cst", | ||
| Line 507: | Line 508: | ||
nil, | nil, | ||
"conlang-fam", | "conlang-fam", | ||
"Latn", | "Latn, Wacg", | ||
type = "conlang", | type = "conlang", | ||
} | } | ||
| Line 841: | Line 842: | ||
type = "conlang", | type = "conlang", | ||
} | } | ||
m["thus"] = { | |||
"Thustani", | |||
nil, | |||
"qfa-iso", | |||
"Latn", | |||
ancestors = "thus-old", | |||
type = "conlang" | |||
} | |||
m["thus-old"] = { | |||
"Old Thustani", | |||
nil, | |||
"qfa-iso", | |||
"Latn", | |||
type = "conlang" | |||
} | |||
m["elva"] = { | m["elva"] = { | ||
| Line 886: | Line 905: | ||
from = {"%-"}, | from = {"%-"}, | ||
to = {""}, | to = {""}, | ||
}, | |||
display_text = { | |||
from = {"^(.+):"}, -- colon, except if beginning with it | |||
to = {"%1꞉"}, --modifier letter colon | |||
}, | }, | ||
ancestors = "iro-pro, iro-nor-pro", | ancestors = "iro-pro, iro-nor-pro", | ||
| Line 916: | Line 939: | ||
ancestors = "vdnc-pro", | ancestors = "vdnc-pro", | ||
type = "conlang", | type = "conlang", | ||
} | |||
m["gnym"] = { | |||
"Ganymedian", | |||
nil, | |||
"conlang-fam", | |||
"Latn", | |||
type = "conlang" | |||
} | } | ||
| Line 1,136: | Line 1,167: | ||
"Teul, Tugv", | "Teul, Tugv", | ||
entry_name = { | entry_name = { | ||
from = {"‧"}, | from = {"‧$", "‧"}, | ||
to = {""}, | to = {"-", ""}, | ||
}, | }, | ||
sort_key = { | sort_key = { | ||
remove_diacritics = c.hook, | remove_diacritics = c.hook, | ||
from = {"%-"}, | |||
to = {""}, | |||
}, | }, | ||
type = "conlang", | type = "conlang", | ||
| Line 1,664: | Line 1,697: | ||
ancestors = "vhus, phus, non, gem-pro", | ancestors = "vhus, phus, non, gem-pro", | ||
type = "conlang", | type = "conlang", | ||
} | |||
m["sdno"] = { | |||
"Sudrey Norse", | |||
nil, | |||
"gem", | |||
"Latn", | |||
ancestors = "non, gem-pro", | |||
type = "conlang", | |||
sort_key = {remove_diacritics = c.grave .. c.acute}, | |||
standard_chars = "AaÀàBbCcDdEeÈèFfGgHhIiÌìLlMmNnOoÒòPpRrSsTtUuÙùVv" .. c.punc, | |||
} | } | ||
| Line 1,670: | Line 1,714: | ||
nil, | nil, | ||
"gem", | "gem", | ||
" | "Latn", | ||
ancestors = "non, gem-pro", | ancestors = "sdno, non, gem-pro", | ||
type = "conlang", | type = "conlang", | ||
sort_key = {remove_diacritics = c.grave .. c.acute}, | |||
standard_chars = "AaÀàBbCcDdEeÈèFfGgHhIiÌìLlMmNnOoÒòPpRrSsTtUuÙùVvZz" .. c.punc, | |||
} | } | ||
| Line 7,453: | Line 7,498: | ||
"Latn", | "Latn", | ||
type = "reconstructed", | type = "reconstructed", | ||
} | |||
m["tut-pro"] = { | |||
"Proto-Altaic", | |||
20476501, | |||
"tut", | |||
"Latn", | |||
type = "reconstructed" | |||
} | } | ||