Module:Lang-utils/data

From Guild of Archivists
< Module:Lang-utils
Revision as of 05:18, 30 April 2024 by BladeLakem (talk | contribs) (Created page with "LANGS = { ['dni'] = "D'ni", ['riv'] = "Rivenese", } STD_VOWELS = "aeiou" return LANGS, STD_VOWELS")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation for this module may be created at Module:Lang-utils/data/doc

LANGS = {
	['dni'] = "D'ni",
	['riv'] = "Rivenese",
}

STD_VOWELS = "aeiou"

return LANGS, STD_VOWELS