mirror of https://github.com/stelzo/typst.git
Add smart quotes for Bulgarian (#5807)
This commit is contained in:
parent
88f88016e0
commit
ab5e356d81
|
|
@ -251,6 +251,7 @@ impl<'s> SmartQuotes<'s> {
|
|||
"el" => ("‘", "’", "«", "»"),
|
||||
"he" => ("’", "’", "”", "”"),
|
||||
"hr" => ("‘", "’", "„", "”"),
|
||||
"bg" => ("’", "’", "„", "“"),
|
||||
_ if lang.dir() == Dir::RTL => ("’", "‘", "”", "“"),
|
||||
_ => default,
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue