Module:usex/data

From Wiktionary, the free dictionary
Jump to navigation Jump to search

local data = {}

-- Capitalize the first letter of transliterations of sentences in these languages.
data.capitalize_sentences = {
	["ii"] = true,
	["jje"] = true,
	["ko"] = true,
}

return data