본문으로 이동

모듈:usex/data

위키낱말사전, 말과 글의 누리

이 모듈에 대한 설명문서는 모듈: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