Modifiche

⧼vector-jumptonavigation⧽ ⧼vector-jumptosearch⧽

Modulo:Fan cont-pronunciation

173 byte aggiunti, 20:49, 12 dic 2018
nessun oggetto della modifica
Riga 22: Riga 22:  
--sč at the end of a word is /ʃ/
 
--sč at the end of a word is /ʃ/
 
           word = word:gsub("sč","ʃ")
 
           word = word:gsub("sč","ʃ")
 +
        end
 +
        if mw.ustring.find(word,"câ") then
 +
          word = mw.ustring.toNFC(word)
 +
-- â at the end of a word is /é/
 +
          word = word:gsub("câ","ché")
 
         end
 
         end
 
         if mw.ustring.find(word,"â") then
 
         if mw.ustring.find(word,"â") then

Menu di navigazione