Module:usex/data

From Linguifex
< Module:usex
Revision as of 10:36, 15 August 2024 by Sware (talk | contribs) (Created page with "local data = {} -- Capitalize the first letter of transliterations of sentences in these languages. data.capitalize_sentences = { ["ii"] = true, ["jje"] = true, ["ko"] = true, } return data")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Documentation for this module may be created at Module:usex/data/doc

local data = {}

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

return data