summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--crates/typst-library/src/text/smartquote.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/typst-library/src/text/smartquote.rs b/crates/typst-library/src/text/smartquote.rs
index 2f89fe29..f457a637 100644
--- a/crates/typst-library/src/text/smartquote.rs
+++ b/crates/typst-library/src/text/smartquote.rs
@@ -251,6 +251,7 @@ impl<'s> SmartQuotes<'s> {
"el" => ("‘", "’", "«", "»"),
"he" => ("’", "’", "”", "”"),
"hr" => ("‘", "’", "„", "”"),
+ "bg" => ("’", "’", "„", "“"),
_ if lang.dir() == Dir::RTL => ("’", "‘", "”", "“"),
_ => default,
};