From 6934fc3f6eeaecc9363d0949c2f9691940a12121 Mon Sep 17 00:00:00 2001 From: tell-k Date: Tue, 22 Aug 2023 12:31:57 +0900 Subject: [PATCH] Fixed #34788 -- Corrected NUMBER_GROUPING for Japanese. --- django/conf/locale/ja/formats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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