diff options
Diffstat (limited to 'arabluatex_voc.lua')
-rw-r--r-- | arabluatex_voc.lua | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/arabluatex_voc.lua b/arabluatex_voc.lua index 8f71e52..ddd8fda 100644 --- a/arabluatex_voc.lua +++ b/arabluatex_voc.lua | |||
@@ -467,7 +467,10 @@ trigraphs = { -- trigraphs or more | |||
467 | -- words ending in -āT with silent wāw/yāʾ | 467 | -- words ending in -āT with silent wāw/yāʾ |
468 | {a="(_a)UA", b="%1وا"}, | 468 | {a="(_a)UA", b="%1وا"}, |
469 | {a="(_a)U", b="%1و"}, | 469 | {a="(_a)U", b="%1و"}, |
470 | {a="(_a)I", b="%1ي"}, | 470 | {a="(_a)I", b="%1ي"} |
471 | } | ||
472 | |||
473 | idgham = { | ||
471 | -- assimilations | 474 | -- assimilations |
472 | {a="(n)(%s)([rlmnwy])", b="%1%2%3%3"} | 475 | {a="(n)(%s)([rlmnwy])", b="%1%2%3%3"} |
473 | } | 476 | } |
@@ -529,9 +532,7 @@ trigraphseasy = { -- differences marked below with 'easy' | |||
529 | -- words ending in -āT with silent wāw/yāʾ | 532 | -- words ending in -āT with silent wāw/yāʾ |
530 | {a="(_a)UA", b="%1وا"}, | 533 | {a="(_a)UA", b="%1وا"}, |
531 | {a="(_a)U", b="%1و"}, | 534 | {a="(_a)U", b="%1و"}, |
532 | {a="(_a)I", b="%1ي"}, | 535 | {a="(_a)I", b="%1ي"} |
533 | -- assimilations | ||
534 | --easy {a="(n)(%s)([rlmnwy])", b="%1%2%3%3"} | ||
535 | } | 536 | } |
536 | 537 | ||
537 | digraphs = { | 538 | digraphs = { |