aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2017-08-11 11:27:06 +0200
committerRobert Alessi <alessi@robertalessi.net>2017-08-11 11:27:06 +0200
commit91a63e1bf26fa4522b731b71e2452c0593eed119 (patch)
tree0865f635789112594b998c9d10de2e8bf7e779cb
parent2edd8e09345b17c441bb9a64a77598932a5a18b2 (diff)
downloadarabluatex-91a63e1bf26fa4522b731b71e2452c0593eed119.tar.gz
remove the trailing comma in case there are only two uncertain vowels
-rw-r--r--arabluatex_trans.lua6
1 files changed, 4 insertions, 2 deletions
diff --git a/arabluatex_trans.lua b/arabluatex_trans.lua
index 663cdf6..e4296e9 100644
--- a/arabluatex_trans.lua
+++ b/arabluatex_trans.lua
@@ -445,7 +445,8 @@ longvtrdmg = {
445} 445}
446 446
447shortvtrdmg = { 447shortvtrdmg = {
448 {a="([uai])([uai])([uai]?)", b="/%1,%2,%3/"}, 448 {a="([uai])([uai])([uai])", b="/%1,%2,%3/"},
449 {a="([uai])([uai])", b="/%1,%2/"},
449 {a="u", b="u"}, 450 {a="u", b="u"},
450 {a="a", b="a"}, 451 {a="a", b="a"},
451 {a="i", b="i"} 452 {a="i", b="i"}
@@ -701,7 +702,8 @@ longvtrloc = {
701} 702}
702 703
703shortvtrloc = { 704shortvtrloc = {
704 {a="([uai])([uai])([uai]?)", b="/%1,%2,%3/"}, 705 {a="([uai])([uai])([uai])", b="/%1,%2,%3/"},
706 {a="([uai])([uai])", b="/%1,%2/"},
705 {a="u", b="u"}, 707 {a="u", b="u"},
706 {a="a", b="a"}, 708 {a="a", b="a"},
707 {a="i", b="i"} 709 {a="i", b="i"}