Module:pine-translit: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 5: Line 5:
-- from Teulgi to Tuġvut font
-- from Teulgi to Tuġvut font
tt = {
tt = {
     { "-t", "_0" }, { "-", "_" },
     { "%-", "_" }, { "_t", "_0" },
 
-- Voicelessness in consonant clusters
{ "m(p[^p])", "ṃ%1" }, { "n([ktƛ][^ktƛ])", "ṇ%1" },
{ "r([tkpƛġ][^tkpƛġ])", "ṛ%1" },
{ "l([ptkġ][^ptkġ])", "ḷ%1" },
     -- Synthetic diphthongs
     -- Synthetic diphthongs
     { "uo", "aa-" }, { "ay", "aa--" },
     { "uo", "aa-" }, { "ay", "aa--" },
Line 26: Line 31:
     { "nnį", "n--" }, { "ṇṇį", "N" },
     { "nnį", "n--" }, { "ṇṇį", "N" },
     { "nį", "n--" }, { "ṇį", "N" },
     { "nį", "n--" }, { "ṇį", "N" },
     { "ṇṇ", "n-n" },
     { "ṇṇ", "n-n" }, { "", "n-" },
 
    -- v-series
    { "v", "f" },


     -- p-series
     -- p-series
Line 36: Line 38:
     -- t-series
     -- t-series
     { "ḍḍ", "t--t" }, { "dd", "t-t" },
     { "ḍḍ", "t--t" }, { "dd", "t-t" },
    { "ḍv", "tf--" }, { "dv", "tf-" },
     { "ḍ", "t--" }, { "d", "t-" },
     { "ḍ", "t--" }, { "d", "t-" },


     -- ġ-series
     -- ġ-series
     { "ḥḥ", "h--h" }, { "ġġ", "g-g" },
     { "ḥḥ", "h--h" }, { "ġġ", "g-g" },
     { "ḥ", "h--" }, { "ġ", "g-" },
     { "ḥ", "h--" },  
    { "ġf", "hf" },
     { "tġv", "hf--" }, { "tġ", "hf-" },
     { "tġv", "hf--" }, { "tġ", "hf-" },
    { "ġv", "hf" }, { "ġ", "g-" },


     -- h-series
     -- h-series
Line 62: Line 65:
     -- į-series
     -- į-series
     { "į", "j" },
     { "į", "j" },
   
    -- v-series
    { "v", "f" },
}
}


Navigation menu