Modifiche

⧼vector-jumptonavigation⧽ ⧼vector-jumptosearch⧽

Modulo:It-pronunciation

9 byte rimossi, 07:28, 23 dic 2018
nessun oggetto della modifica
Riga 28: Riga 28:  
           word = word:gsub("č","ʧ")
 
           word = word:gsub("č","ʧ")
 
         end
 
         end
         --if mw.ustring.find(word,"â") then
+
         if mw.ustring.find(word,"â") then
         -- 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/
         -- word = word:gsub("â","a")
+
         word = word:gsub("â","a ")
         --end
+
         end
 
         if mw.ustring.find(word,"ğ") then
 
         if mw.ustring.find(word,"ğ") then
 
           word = mw.ustring.toNFC(word)
 
           word = mw.ustring.toNFC(word)

Menu di navigazione