Warning: Undefined variable $resultados in /home/enciclo/public_html/dictious.com/search.php on line 17
Module%3Atab-translit - Dictious

10 Results found for " Module:tab-translit"

Module:tab-translit

u(0x4CF)) for trigraph, <span class="searchmatch">translit</span> in pairs(trigraphs) do text = str_gsub(text, trigraph, <span class="searchmatch">translit</span>) end for digraph, <span class="searchmatch">translit</span> in pairs(digraphs) do...


Module:tab-translit/documentation

use Module:languages#Language:transliterate. For testcases, see Module:<span class="searchmatch">tab</span>-<span class="searchmatch">translit</span>/testcases. tr(text, lang, sc) Transliterates a given piece of text written...


Module:User:Erutuon/split language data modules/data/ta

load_json_language_data [[ {&quot;<span class="searchmatch">tab</span>&quot;: {&quot;<span class="searchmatch">translit</span>_module&quot;: &quot;<span class="searchmatch">tab</span>-<span class="searchmatch">translit</span>&quot;, &quot;scripts&quot;: [&quot;Cyrl&quot;], &quot;otherNames&quot;: [&quot;Tabassaran&quot;], &quot;override_<span class="searchmatch">translit</span>&quot;: true, &quot;entry_name&quot;:...


Module:eve-translit

function(preceding, iotated) return preceding .. iotated<span class="searchmatch">Translit</span>[iotated] end) text = str_gsub(text, UTF8char, <span class="searchmatch">tab</span>) return text end return export...


Module:User:Erutuon/he-translit-circumflex/testcases

-- Put <span class="searchmatch">tab</span> character between Hebrew and its transliteration. local examples = [=[ בַּיִת bayiṯ בֵּית bêṯ בָּתִּים bāttîm מַחֲנֶה maḥăneh בָּרָא bārāʾ...


Module:User:Erutuon/he-translit-superscript/testcases

-- Put <span class="searchmatch">tab</span> character between Hebrew and its transliteration. local examples = [[ בַּיִת bayiṯ בֵּית beʸṯ בָּתִּים bɔttiʸm מַחֲנֶה maḥănɛʰ בָּרָא bɔrɔˀ...


Module:User:MiltonLibraryAssistant/ja-shift

local export = {} local romaji = require(&quot;Module:Hrkt-<span class="searchmatch">translit</span>&quot;).tr local romaji_to_kata = require(&quot;Module:ja&quot;).romaji_to_kata local kata_to_hira = require(&quot;Module:ja&quot;)...


Module:transliteration module testcases

expectType, nilOk) end end local function get_<span class="searchmatch">translit</span>_function(module_name) local success, <span class="searchmatch">translit</span>_module = pcall(require, &#039;Module:&#039; .. module_name)...


Module:niv-translit

{} local unpack = unpack or table.unpack -- Lua 5.2 compatibility local <span class="searchmatch">tab</span> = { [&quot;А&quot;]=&#039;A&#039;, [&quot;а&quot;]=&#039;a&#039;, [&quot;В&quot;]=&#039;V&#039;, [&quot;в&quot;]=&#039;v&#039;, [&quot;Е&quot;]=&#039;E&#039;, [&quot;е&quot;]=&#039;e&#039;, [&quot;Ё&quot;]=&#039;Jo&#039;...


Module:ckb-translit

end -- Tablo of <span class="searchmatch">translit</span>. for key, word in ipairs(text<span class="searchmatch">Tab</span>) do text<span class="searchmatch">Tab</span>[key] = tr_word(word) end return table.concat(text<span class="searchmatch">Tab</span>, &#039; &#039;) end return export...