Module:tts-translit: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

21 April 2026

3 August 2021

  • curprev 08:5908:59, 3 August 2021 wikt>SarahFatimaK 265 bytes +265 Created page with "local export = {} local m_pron = require("Module:tts-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"