Modifiche

⧼vector-jumptonavigation⧽ ⧼vector-jumptosearch⧽

Modulo:It-pronunciation

16 byte aggiunti, 07:24, 26 dic 2018
nessun oggetto della modifica
Riga 31: Riga 31:  
         word = mw.ustring.toNFC(word)
 
         word = mw.ustring.toNFC(word)
 
--â at the end of a word is /a/
 
--â at the end of a word is /a/
        end
+
        if mw.ustring.match(word,"â.")=="â" then
        k=mw.ustring.match(word,"â.")
  −
        print(k)
  −
        if k=="â" then
   
           word=word:gsub("â","a ")
 
           word=word:gsub("â","a ")
        else
+
        else
        k=k:gsub("â","a")
+
          k=mw.string.match(word,"â.")
        word = word:gsub("â.","k")
+
          k=k:gsub("â","a")
 +
          word = word:gsub("â.","k")
 +
        end
 
         end
 
         end
 
         if mw.ustring.find(word,"ğ") then
 
         if mw.ustring.find(word,"ğ") then

Menu di navigazione