Module:languages/data/exceptional: Difference between revisions
Jukethatbox (talk | contribs) No edit summary |
No edit summary |
||
| (2 intermediate revisions by 2 users not shown) | |||
| 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 928: | Line 946: | ||
"conlang-fam", | "conlang-fam", | ||
"Latn", | "Latn", | ||
type = "conlang" | type = "conlang" | ||
} | } | ||
| Line 1,690: | Line 1,707: | ||
type = "conlang", | type = "conlang", | ||
sort_key = {remove_diacritics = c.grave .. c.acute}, | sort_key = {remove_diacritics = c.grave .. c.acute}, | ||
standard_chars = " | standard_chars = "AaÀàBbCcDdEeÈèFfGgHhIiÌìLlMmNnOoÒòPpRrSsTtUuÙùVv" .. c.punc, | ||
} | } | ||
| Line 1,701: | Line 1,718: | ||
type = "conlang", | type = "conlang", | ||
sort_key = {remove_diacritics = c.grave .. c.acute}, | sort_key = {remove_diacritics = c.grave .. c.acute}, | ||
standard_chars = " | standard_chars = "AaÀàBbCcDdEeÈèFfGgHhIiÌìLlMmNnOoÒòPpRrSsTtUuÙùVvZz" .. c.punc, | ||
} | } | ||