mirror of
https://github.com/typst/typst
synced 2025-07-27 06:17:53 +08:00
Merge cac273e50d45d2bdb1a6b9253f6af608b9afa5ac into e9f1b5825a9d37ca0c173a7b2830ba36a27ca9e0
This commit is contained in:
commit
3ede981e92
@ -264,6 +264,7 @@ impl<'s> SmartQuotes<'s> {
|
|||||||
"he" => ("’", "’", "”", "”"),
|
"he" => ("’", "’", "”", "”"),
|
||||||
"hr" => ("‘", "’", "„", "”"),
|
"hr" => ("‘", "’", "„", "”"),
|
||||||
"bg" => ("’", "’", "„", "“"),
|
"bg" => ("’", "’", "„", "“"),
|
||||||
|
"ar" if !alternative => ("’", "‘", "«", "»"),
|
||||||
_ if lang.dir() == Dir::RTL => ("’", "‘", "”", "“"),
|
_ if lang.dir() == Dir::RTL => ("’", "‘", "”", "“"),
|
||||||
_ => default,
|
_ => default,
|
||||||
};
|
};
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 959 B After Width: | Height: | Size: 969 B |
Loading…
x
Reference in New Issue
Block a user