Bước tới nội dung

Mô đun:usex/data

Từ điển mở Wiktionary
local data = {}

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

return data