Modifiche

⧼vector-jumptonavigation⧽ ⧼vector-jumptosearch⧽

Modulo:Fan cont-pronunciation

172 byte aggiunti, 07:37, 23 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
 +
        if mw.ustring.find(word,"gâ") then
 +
          word = mw.ustring.toNFC(word)
 +
-- â at the end of a word is /è/
 +
          word = word:gsub("gâ","ghè")
 
         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
Riga 291: Riga 296:  
"([kg])(" .. front .. ")",
 
"([kg])(" .. front .. ")",
 
"%1" .. fronted .. "%2")
 
"%1" .. fronted .. "%2")
:gsub("a", "ä")
+
:gsub("a", "a")
 
:gsub("n", "n̺") -- Converts n before a consonant, which is incorrect.
 
:gsub("n", "n̺") -- Converts n before a consonant, which is incorrect.
 
 

Menu di navigazione