From 1d3f98e5c5903de63697be72bccdf6703f74e28c Mon Sep 17 00:00:00 2001 From: John Reilly Date: Fri, 28 Aug 2015 06:23:25 +0100 Subject: [PATCH] Docs: Include online tool for helping to figure out requirements Fixes #494 Closes #495 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 75d6428b4..8417f5d4c 100644 --- a/README.md +++ b/README.md @@ -214,6 +214,8 @@ requirements. See table below. | Plural module | cldr/supplemental/plurals.json (for cardinals)
cldr/supplemental/ordinals.json (for ordinals) | | Relative time module | cldr/main/`locale`/dateFields.json
+CLDR JSON files from number and plural modules | +As an alternative to deducing this yourself, use this [online tool](http://johnnyreilly.github.io/globalize-so-what-cha-want/). The tool allows you to select the modules you're interested in using and tells you the Globalize files *and* CLDR JSON that you need. + *(b) How am I supposed to get and load CLDR content?* Learn [how to get and load CLDR content...](doc/cldr.md).