Modul:ka-translit

Vun Wiktionary

This module will transliterate Georgian text by invoking Module:Geor-translit.


local Geor_translit = require('Module:Geor-translit')
local export = {}
 
function export.tr(f)
    return Geor_translit.tr(f) -- use
end
 
return export