Modifiche

⧼vector-jumptonavigation⧽ ⧼vector-jumptosearch⧽

Modulo:It-pronunciation

2 byte rimossi, 21:14, 16 dic 2018
nessun oggetto della modifica
Riga 30: Riga 30:  
         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 /æ/
+
-- â at the end of a word is /a/
           word = word:gsub("â","æ")
+
           word = word:gsub("â","a")
 
         end
 
         end
 
         if mw.ustring.find(word,"ğ") then
 
         if mw.ustring.find(word,"ğ") then

Menu di navigazione