45,646
edits
No edit summary |
No edit summary |
||
Line 701: | Line 701: | ||
-- Transliterate (using the module override if applicable). | -- Transliterate (using the module override if applicable). | ||
text, fail, cats, subbedChars = iterateSectionSubstitutions(text, subbedChars, true, self, sc, module_override or self._rawData. | text, fail, cats, subbedChars = iterateSectionSubstitutions(text, subbedChars, true, self, sc, module_override or self._rawData.translit_module, "tr") | ||
if not text then | if not text then |