diff options
| author | tell-k <ffk2005@gmail.com> | 2023-08-22 12:31:57 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-22 05:31:57 +0200 |
| commit | 6934fc3f6eeaecc9363d0949c2f9691940a12121 (patch) | |
| tree | 41761bce3988f3ae087a7dcf6b8f05b81618caed /django/conf | |
| parent | fbd16438f46bc2128926958ad24331da5d1b406f (diff) | |
Fixed #34788 -- Corrected NUMBER_GROUPING for Japanese.
Diffstat (limited to 'django/conf')
| -rw-r--r-- | django/conf/locale/ja/formats.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/conf/locale/ja/formats.py b/django/conf/locale/ja/formats.py index aaf5f9838f..c0554d9f61 100644 --- a/django/conf/locale/ja/formats.py +++ b/django/conf/locale/ja/formats.py @@ -18,4 +18,4 @@ SHORT_DATETIME_FORMAT = "Y/m/d G:i" # DATETIME_INPUT_FORMATS = DECIMAL_SEPARATOR = "." THOUSAND_SEPARATOR = "," -# NUMBER_GROUPING = +NUMBER_GROUPING = 3 |
