mirror of
https://github.com/typst/typst
synced 2025-07-27 14:27:56 +08:00
Compare commits
3 Commits
cb06d3f2e2
...
897d08384f
Author | SHA1 | Date | |
---|---|---|---|
|
897d08384f | ||
|
cac273e50d | ||
|
1222ab5818 |
@ -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…
x
Reference in New Issue
Block a user