mirror of
https://github.com/typst/typst
synced 2025-05-13 20:46:23 +08:00
Add smart quotes for Bulgarian (#5807)
This commit is contained in:
parent
25e27169e1
commit
ee47cb8469
@ -251,6 +251,7 @@ impl<'s> SmartQuotes<'s> {
|
||||
"el" => ("‘", "’", "«", "»"),
|
||||
"he" => ("’", "’", "”", "”"),
|
||||
"hr" => ("‘", "’", "„", "”"),
|
||||
"bg" => ("’", "’", "„", "“"),
|
||||
_ if lang.dir() == Dir::RTL => ("’", "‘", "”", "“"),
|
||||
_ => default,
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user