Jump to content

Module:th-translit

Wiktionary වෙතින්

This module will transliterate තායි භාෂාව text per the Paiboon scheme. The module should preferably not be called directly from templates or other modules. To use it from a template, use {{xlit}}. Within a module, use Module:languages#Language:transliterate.

For testcases, see Module:th-translit/testcases.

Functions

tr(text, lang, sc)
Transliterates a given piece of text written in the script specified by the code sc, and language specified by the code lang.
When the transliteration fails, returns nil.

local export = {}

local m_pron = require("Module:th-pron")

function export.tr(text, lang, sc)
	return m_pron.translit(text, lang, sc, "paiboon", "translit-module")
end

function export.tr1(text)
	return table.concat(m_pron.getCharSeqTbl(text))
end

return export
"https://si.wiktionary.org/w/index.php?title=Module:th-translit&oldid=28580" වෙතින් සම්ප්‍රවේශනය කෙරිණි