Module:languages/data/exceptional: Difference between revisions
No edit summary |
No edit summary |
||
| (13 intermediate revisions by 4 users not shown) | |||
| Line 508: | Line 508: | ||
nil, | nil, | ||
"conlang-fam", | "conlang-fam", | ||
"Latn", | "Latn, Wacg", | ||
type = "conlang", | type = "conlang", | ||
} | } | ||
| Line 842: | 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 887: | 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 917: | Line 939: | ||
ancestors = "vdnc-pro", | ancestors = "vdnc-pro", | ||
type = "conlang", | type = "conlang", | ||
} | |||
m["gnym"] = { | |||
"Ganymedian", | |||
nil, | |||
"conlang-fam", | |||
"Latn", | |||
type = "conlang" | |||
} | } | ||
| Line 1,137: | 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,665: | 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,671: | 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, | |||
} | } | ||