Modifiche

⧼vector-jumptonavigation⧽ ⧼vector-jumptosearch⧽

Modulo:Fan cont-pronunciation

Nessun cambiamento nella dimensione, 17:10, 16 dic 2018
nessun oggetto della modifica
Riga 30: Riga 30:  
         if mw.ustring.find(word,"câ") then
 
         if mw.ustring.find(word,"câ") 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 /è/
           word = word:gsub("câ","ché")
+
           word = word:gsub("câ","chè")
 
         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 /é/
+
-- â at the end of a word is /è/
           word = word:gsub("â","é")
+
           word = word:gsub("â","è")
 
         end
 
         end
 
         if mw.ustring.find(word,"ğ") then
 
         if mw.ustring.find(word,"ğ") then

Menu di navigazione