Modifiche

⧼vector-jumptonavigation⧽ ⧼vector-jumptosearch⧽

Modulo:It-pronunciation 1

168 byte aggiunti, 05:28, 13 dic 2018
nessun oggetto della modifica
Riga 23: Riga 23:  
           word = word:gsub("â","a")
 
           word = word:gsub("â","a")
 
         end
 
         end
 
+
        if mw.ustring.find(word,"č") then
 +
          word = mw.ustring.toNFC(word)
 +
--sč at the end of a word is /ʧ/
 +
          word = word:gsub("č","ʧ")
 +
        end
 
 
 
-- Decompose combining characters: for instance, è → e + ◌̀
 
-- Decompose combining characters: for instance, è → e + ◌̀

Menu di navigazione