Module:Lang-utils/data

From Guild of Archivists

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