Compare commits

...

3 Commits

Author SHA1 Message Date
zefr0x
897d08384f
Merge cac273e50d45d2bdb1a6b9253f6af608b9afa5ac into af2253ba16dfdc731e787e3a43a6f6a63ea65e0a 2025-07-22 19:21:54 +08:00
zefr0x
cac273e50d Update test refrence 2025-07-18 03:21:07 +03:00
zefr0x
1222ab5818 Specify the standard smart quotes for Arabic
The alternative is the default for RTL languages.
2025-07-18 02:56:09 +03:00
2 changed files with 1 additions and 0 deletions

View File

@ -264,6 +264,7 @@ impl<'s> SmartQuotes<'s> {
"he" => ("", "", "", ""),
"hr" => ("", "", "", ""),
"bg" => ("", "", "", ""),
"ar" if !alternative => ("", "", "«", "»"),
_ if lang.dir() == Dir::RTL => ("", "", "", ""),
_ => default,
};

Binary file not shown.

Before

Width:  |  Height:  |  Size: 959 B

After

Width:  |  Height:  |  Size: 969 B