mirror of https://github.com/stelzo/typst.git
fix(figure separator): `. ` is now default for Russian (#2540)
This commit is contained in:
parent
4248265bca
commit
c47757d6d4
|
|
@ -509,12 +509,12 @@ impl FigureCaption {
|
|||
Lang::CHINESE => ":",
|
||||
Lang::FRENCH if option_eq(region, "CH") => "\u{202f}: ",
|
||||
Lang::FRENCH => "\u{a0}: ",
|
||||
Lang::RUSSIAN => ". ",
|
||||
Lang::DANISH
|
||||
| Lang::DUTCH
|
||||
| Lang::ENGLISH
|
||||
| Lang::GERMAN
|
||||
| Lang::ITALIAN
|
||||
| Lang::RUSSIAN
|
||||
| Lang::SPANISH
|
||||
| Lang::SWEDISH
|
||||
| _ => ": ",
|
||||
|
|
|
|||
Loading…
Reference in New Issue