跳转到内容

模組:Usex/data

維基詞典,自由的多語言詞典
local data = {}

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

return data