বিষয়বস্তুতে চলুন

মডিউল: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