mirror of
https://github.com/typst/typst
synced 2025-05-14 17:15:28 +08:00
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::CHINESE => ":",
|
||||||
Lang::FRENCH if option_eq(region, "CH") => "\u{202f}: ",
|
Lang::FRENCH if option_eq(region, "CH") => "\u{202f}: ",
|
||||||
Lang::FRENCH => "\u{a0}: ",
|
Lang::FRENCH => "\u{a0}: ",
|
||||||
|
Lang::RUSSIAN => ". ",
|
||||||
Lang::DANISH
|
Lang::DANISH
|
||||||
| Lang::DUTCH
|
| Lang::DUTCH
|
||||||
| Lang::ENGLISH
|
| Lang::ENGLISH
|
||||||
| Lang::GERMAN
|
| Lang::GERMAN
|
||||||
| Lang::ITALIAN
|
| Lang::ITALIAN
|
||||||
| Lang::RUSSIAN
|
|
||||||
| Lang::SPANISH
|
| Lang::SPANISH
|
||||||
| Lang::SWEDISH
|
| Lang::SWEDISH
|
||||||
| _ => ": ",
|
| _ => ": ",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user