Replacements that will be used by Module:typing-aids and {{chars}}
for Sumerian. Not finished. If you are familiar with Sumerian cuneiform and want to be able to type it more easily on Wiktionary, add shortcuts for more characters.
local replacements = {}
replacements = {
-- This converts from regular to diacriticked characters, before the
-- shortcuts below are processed.
-- The apostrophe is used in place of an acute, and a backslash \ in place of
-- a grave. ^ is replaced with háček or breve if it follows certain
-- consonants.
= {
= "á", = "à",
= "é", = "è",
= "í", = "ì",
= "ú", = "ù",
= "g̃",
= "š", = "ḫ", = "ř",
},
-- V
= "𒀀", = "𒀉",
-- CV
-- VC
-- VCV
}
--[[
replacements = {
}
--]]
return replacements