Generating Charts

Generate

The input for this is the cldr-staging/production file, and the output is in github cldr-staging. (If for the development version, the input is main or the maint branch, but we should change that.)

Start Release

Mid-release

Prefinal Release

Final Release

Modifying the chart programs

The chart programs have grown over time, and need some cleanup. For example, the supplemental charts duplicate code that is now in SupplementalDataInfo. 

ShowLanguages. 

The messages that they use are in a file util/data/chart_messages.html. The right cell contains the key, which is extracted by lines like:

      PrintWriter pw = new PrintWriter(new FormattedFileWriter(index, "Zone \u2192 Tzid", null));

The key will be zone_tzid, in this case.