이 모듈에 대한 설명문서는 모듈:usex/data/설명문서에서 만들 수 있습니다

local data = {}

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

return data