mirror of
https://github.com/typst/typst
synced 2025-06-29 00:32:53 +08:00
parent
74b818fe40
commit
d61a839188
@ -147,6 +147,7 @@ impl<'s> Quotes<'s> {
|
|||||||
"es" if matches!(region, Some("ES") | None) => ("“", "”", "«", "»"),
|
"es" if matches!(region, Some("ES") | None) => ("“", "”", "«", "»"),
|
||||||
"hu" | "pl" | "ro" => ("’", "’", "„", "”"),
|
"hu" | "pl" | "ro" => ("’", "’", "„", "”"),
|
||||||
"ru" | "no" | "nb" | "nn" | "ua" => ("’", "’", "«", "»"),
|
"ru" | "no" | "nb" | "nn" | "ua" => ("’", "’", "«", "»"),
|
||||||
|
_ if lang.dir() == Dir::RTL => ("’", "‘", "”", "“"),
|
||||||
_ => return Self::default(),
|
_ => return Self::default(),
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 72 KiB After Width: | Height: | Size: 76 KiB |
@ -25,6 +25,9 @@
|
|||||||
#set text(lang: "fi")
|
#set text(lang: "fi")
|
||||||
"Hevonen ei syö kurkkusalaattia" oli ensimmäinen koskaan 'puhelimessa' lausuttu lause.
|
"Hevonen ei syö kurkkusalaattia" oli ensimmäinen koskaan 'puhelimessa' lausuttu lause.
|
||||||
|
|
||||||
|
#set text(lang: "he")
|
||||||
|
"הסוס לא אוכל סלט מלפפונים" היה המשפט ההראשון שנאמר ב 'טלפון'.
|
||||||
|
|
||||||
#set text(lang: "ro")
|
#set text(lang: "ro")
|
||||||
"Calul nu mănâncă salată de castraveți" a fost prima propoziție rostită vreodată la 'telefon'.
|
"Calul nu mănâncă salată de castraveți" a fost prima propoziție rostită vreodată la 'telefon'.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user