We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4749f9d commit db877b1Copy full SHA for db877b1
src/config.rs
@@ -459,9 +459,8 @@ impl TextDirection {
459
match code {
460
// list sourced from here: https://github.com/abarrak/rtl/blob/master/lib/rtl/core.rb#L16
461
"ar" | "ara" | "arc" | "ae" | "ave" | "egy" | "he" | "heb" | "nqo" | "pal" | "phn"
462
- | "sam" | "syc" | "syr" | "fa" | "per" | "fas" | "ku" | "kur" | "ur" | "urd" => {
463
- TextDirection::RightToLeft
464
- }
+ | "sam" | "syc" | "syr" | "fa" | "per" | "fas" | "ku" | "kur" | "ur" | "urd"
+ | "pus" | "ps" | "yi" | "yid" => TextDirection::RightToLeft,
465
_ => TextDirection::LeftToRight,
466
}
467
0 commit comments