Fix Hungarian number format.

Change minimumGroupingDigits from 4 to 1.
Upstream PR https://github.com/unicode-org/cldr/pull/142

Bug: chromium:992694
Change-Id: I2eca20c0a98b6c690776752ef20e5e83094689df
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/deps/icu/+/1777195
Reviewed-by: Jungshik Shin <jshin@chromium.org>
diff --git a/README.chromium b/README.chromium
index 08e5730..dce2db9 100644
--- a/README.chromium
+++ b/README.chromium
@@ -311,3 +311,10 @@
    https://unicode-org.atlassian.net/browse/ICU-20799
  - upstream PR:
    https://github.com/unicode-org/icu/pull/790
+
+16. Fix minimumGroupingDigits in Hungarian locale (hu) from 4 to 1.
+ - patches/hu_minimumGroupingDigits.patch
+ - upstream bug:
+   https://unicode-org.atlassian.net/browse/CLDR-13256
+ - upstream PR:
+   https://github.com/unicode-org/cldr/pull/142
diff --git a/android/icudtl.dat b/android/icudtl.dat
index 05f9e09..e704c42 100644
--- a/android/icudtl.dat
+++ b/android/icudtl.dat
Binary files differ
diff --git a/android_small/icudtl.dat b/android_small/icudtl.dat
index ab364f1..27c6bce 100644
--- a/android_small/icudtl.dat
+++ b/android_small/icudtl.dat
Binary files differ
diff --git a/cast/icudtl.dat b/cast/icudtl.dat
index fcf5fd1..743feed 100644
--- a/cast/icudtl.dat
+++ b/cast/icudtl.dat
Binary files differ
diff --git a/chromeos/icudtl.dat b/chromeos/icudtl.dat
index 67f690d..695bd26 100644
--- a/chromeos/icudtl.dat
+++ b/chromeos/icudtl.dat
Binary files differ
diff --git a/common/icudtb.dat b/common/icudtb.dat
index 032d473..2456870 100644
--- a/common/icudtb.dat
+++ b/common/icudtb.dat
Binary files differ
diff --git a/common/icudtl.dat b/common/icudtl.dat
index aa3f6a7..47cb0eb 100644
--- a/common/icudtl.dat
+++ b/common/icudtl.dat
Binary files differ
diff --git a/ios/icudtl.dat b/ios/icudtl.dat
index 5283ef0..cf32bd2 100644
--- a/ios/icudtl.dat
+++ b/ios/icudtl.dat
Binary files differ
diff --git a/patches/hu_minimumGroupingDigits.patch b/patches/hu_minimumGroupingDigits.patch
new file mode 100644
index 0000000..29f1cc4
--- /dev/null
+++ b/patches/hu_minimumGroupingDigits.patch
@@ -0,0 +1,13 @@
+diff --git a/source/data/locales/hu.txt b/source/data/locales/hu.txt
+index ab73ac6b..b95228c2 100644
+--- a/source/data/locales/hu.txt
++++ b/source/data/locales/hu.txt
+@@ -216,7 +216,7 @@ hu{
+                 other{"A kosár tartalma: {0} X. Megveszi őket?"}
+             }
+         }
+-        minimumGroupingDigits{"4"}
++        minimumGroupingDigits{"1"}
+         native{"latn"}
+     }
+     Version{"2.1.48.42"}
diff --git a/source/data/locales/hu.txt b/source/data/locales/hu.txt
index ab73ac6..b95228c 100644
--- a/source/data/locales/hu.txt
+++ b/source/data/locales/hu.txt
@@ -216,7 +216,7 @@
                 other{"A kosár tartalma: {0} X. Megveszi őket?"}
             }
         }
-        minimumGroupingDigits{"4"}
+        minimumGroupingDigits{"1"}
         native{"latn"}
     }
     Version{"2.1.48.42"}