Skip to content

components/calendar: respect numbering system from local language

Fushan Wen requested to merge work/fuf/485373 into master

There are other numbering systems like "arab". Use QLocale::toString(int) instead of QString::number(int) to respect the local numbering system.

CCBUG: 485373

图片

Merge request reports