From 5112adffc714c96a0462a982a9c24b63ab3cef50 Mon Sep 17 00:00:00 2001 From: Shane Carr Date: Tue, 19 Mar 2019 16:33:55 -0700 Subject: [PATCH] ICU-20469 Fixing typo: locale_tree -> locales_tree --- docs/userguide/icu_data/buildtool.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/userguide/icu_data/buildtool.md b/docs/userguide/icu_data/buildtool.md index 505a7c09a43..cebde5e9506 100644 --- a/docs/userguide/icu_data/buildtool.md +++ b/docs/userguide/icu_data/buildtool.md @@ -202,7 +202,7 @@ summarizes the ICU data files and their corresponding features and categories: | Unicode Character
Names | `"unames"` | in/unames.icu | 269 KiB | | Unicode Text Layout | `"ulayout"` | in/ulayout.icu | 14 KiB | | Units | `"unit_tree"` | unit/\*.txt | **1.7 MiB** | -| **OTHER** | `"cnvalias"`
`"misc"`
`"locale_tree"` | mappings/convrtrs.txt
misc/dayPeriods.txt
misc/genderList.txt
misc/numberingSystems.txt
misc/supplementalData.txt
locales/\*.txt | 63 KiB
19 KiB
0.5 KiB
5.6 KiB
228 KiB
**2.4 MiB** | +| **OTHER** | `"cnvalias"`
`"misc"`
`"locales_tree"` | mappings/convrtrs.txt
misc/dayPeriods.txt
misc/genderList.txt
misc/numberingSystems.txt
misc/supplementalData.txt
locales/\*.txt | 63 KiB
19 KiB
0.5 KiB
5.6 KiB
228 KiB
**2.4 MiB** | #### Filter Types -- 2.40.0