Specify the standard smart quotes for `Arabic` (#6626)
This commit is contained in:
parent
48c3fb32fb
commit
59243dadbb
|
|
@ -264,6 +264,7 @@ impl<'s> SmartQuotes<'s> {
|
|||
"he" => ("’", "’", "”", "”"),
|
||||
"hr" => ("‘", "’", "„", "”"),
|
||||
"bg" => ("’", "’", "„", "“"),
|
||||
"ar" if !alternative => ("’", "‘", "«", "»"),
|
||||
_ if lang.dir() == Dir::RTL => ("’", "‘", "”", "“"),
|
||||
_ => default,
|
||||
};
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 959 B After Width: | Height: | Size: 969 B |
Loading…
Reference in New Issue