summaryrefslogtreecommitdiff
path: root/tex/context/third/transliterator/trans_tables_glag.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/third/transliterator/trans_tables_glag.lua')
-rw-r--r--tex/context/third/transliterator/trans_tables_glag.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/third/transliterator/trans_tables_glag.lua b/tex/context/third/transliterator/trans_tables_glag.lua
index 1b1ff18..e6aea13 100644
--- a/tex/context/third/transliterator/trans_tables_glag.lua
+++ b/tex/context/third/transliterator/trans_tables_glag.lua
@@ -7,7 +7,7 @@
-- Lowercase Glagolitic Transliteration --
-------------------------------------------
-translit.ocs_gla_low = {
+translit.ocs_gla_low = translit.make_add_dict{
["ⰰ"] = "a", -- GLAGOLITIC SMALL LETTER AZU
["ⰱ"] = "b", -- GLAGOLITIC SMALL LETTER BUKY
["ⰲ"] = "v", -- GLAGOLITIC SMALL LETTER VEDE
@@ -63,7 +63,7 @@ translit.tables["Glagolica transliteration for OCS lowercase"] = translit.ocs_gl
-- Uppercase (?!) Glagolitic Transliteration --
------------------------------------------------
-translit.ocs_gla_upp = {
+translit.ocs_gla_upp = translit.make_add_dict{
["Ⰰ"] = "A", -- GLAGOLITIC CAPITAL LETTER AZU
["Ⰱ"] = "B", -- GLAGOLITIC CAPITAL LETTER BUKY
["Ⰲ"] = "V", -- GLAGOLITIC CAPITAL LETTER VEDE