aboutsummaryrefslogtreecommitdiff
path: root/arabluatex_voc.lua
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2016-09-08 19:01:46 +0200
committerRobert Alessi <alessi@robertalessi.net>2016-09-08 19:01:46 +0200
commit8d6ea910fb1ef1841f13de37c9dc23d7642b96cd (patch)
treea3300ed37593271857688e079ca0b8580ddd1f1e /arabluatex_voc.lua
parent121d9be01e3936395955630d44fdf3dc202d846b (diff)
downloadarabluatex-8d6ea910fb1ef1841f13de37c9dc23d7642b96cd.tar.gz
bugfix: the name of God should always have the šaddah; tāʾ marbūṭah without ʾiʿrāb must be transliterated 'h' in dmg mode
Diffstat (limited to 'arabluatex_voc.lua')
-rw-r--r--arabluatex_voc.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/arabluatex_voc.lua b/arabluatex_voc.lua
index 20ed016..e28cd7e 100644
--- a/arabluatex_voc.lua
+++ b/arabluatex_voc.lua
@@ -473,6 +473,8 @@ trigraphs = { -- trigraphs or more
473} 473}
474 474
475trigraphseasy = { -- differences marked below with 'easy' 475trigraphseasy = { -- differences marked below with 'easy'
476 -- Allah (easy)
477 {a="l%-l_ah", b="l-ll_ah"},
476 -- 'llatI / 'llad_I 478 -- 'llatI / 'llad_I
477 {a="^'ll(a)([%_]?[dt])", b="الّ%1%2"}, 479 {a="^'ll(a)([%_]?[dt])", b="الّ%1%2"},
478 {a="([%s%-])'ll(a)([%_]?[dt])", b="%1الّ%2%3"}, 480 {a="([%s%-])'ll(a)([%_]?[dt])", b="%1الّ%2%3"},