fix(figure separator): . is now default for Russian (#2540)

This commit is contained in:
Andrew Voynov 2023-11-02 13:00:42 +03:00 committed by GitHub
parent 4248265bca
commit c47757d6d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
| _ => ": ",