mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +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" => ("‘", "’", "«", "»"),
|
"el" => ("‘", "’", "«", "»"),
|
||||||
"he" => ("’", "’", "”", "”"),
|
"he" => ("’", "’", "”", "”"),
|
||||||
"hr" => ("‘", "’", "„", "”"),
|
"hr" => ("‘", "’", "„", "”"),
|
||||||
|
"bg" => ("’", "’", "„", "“"),
|
||||||
_ if lang.dir() == Dir::RTL => ("’", "‘", "”", "“"),
|
_ if lang.dir() == Dir::RTL => ("’", "‘", "”", "“"),
|
||||||
_ => default,
|
_ => default,
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user