Fixed #34788 -- Corrected NUMBER_GROUPING for Japanese.

This commit is contained in:
tell-k 2023-08-22 12:31:57 +09:00 committed by GitHub
parent fbd16438f4
commit 6934fc3f6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,4 +18,4 @@ SHORT_DATETIME_FORMAT = "Y/m/d G:i"
# DATETIME_INPUT_FORMATS =
DECIMAL_SEPARATOR = "."
THOUSAND_SEPARATOR = ","
# NUMBER_GROUPING =
NUMBER_GROUPING = 3