diff options
Diffstat (limited to 'arabluatex_voc.lua')
-rw-r--r-- | arabluatex_voc.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arabluatex_voc.lua b/arabluatex_voc.lua index 4f5399f..878f351 100644 --- a/arabluatex_voc.lua +++ b/arabluatex_voc.lua | |||
@@ -267,7 +267,7 @@ tanwin = { | |||
267 | {a="(T)(aN)", b="%1ً"}, | 267 | {a="(T)(aN)", b="%1ً"}, |
268 | {a="(ء)(aN)", b="%1ً"}, | 268 | {a="(ء)(aN)", b="%1ً"}, |
269 | {a="([^TA])(aN)", b="%1ًا"}, | 269 | {a="([^TA])(aN)", b="%1ًا"}, |
270 | {a="(iN)", b="ٍ"} | 270 | {a="(iNI?)", b="ٍ"} |
271 | } | 271 | } |
272 | 272 | ||
273 | tanwineasy = { -- 'easy' requires some lines to be taken out: | 273 | tanwineasy = { -- 'easy' requires some lines to be taken out: |
@@ -300,7 +300,7 @@ tanwineasy = { -- 'easy' requires some lines to be taken out: | |||
300 | {a="(T)(aN)", b="%1ً"}, | 300 | {a="(T)(aN)", b="%1ً"}, |
301 | {a="(ء)(aN)", b="%1ً"}, | 301 | {a="(ء)(aN)", b="%1ً"}, |
302 | {a="([^TA])(aN)", b="%1ًا"}, | 302 | {a="([^TA])(aN)", b="%1ًا"}, |
303 | {a="(iN)", b="ٍ"} | 303 | {a="(iNI?)", b="ٍ"} |
304 | } | 304 | } |
305 | 305 | ||
306 | trigraphs = { -- trigraphs or more | 306 | trigraphs = { -- trigraphs or more |