BRS: Copy en_GB to en_001
The program CompareEn.java can be used to copy data from en_GB up to en_001.
Options:
- -u (uplevel) — move elements from en_GB into en_oo1. By default, the output directory is common/main and common/annotations in trunk
- If not present, just write a comparison to Generated/cldr/comparison/en.txt
- -v (verbose) — provide verbose output
- Run with no options first.
- That generates a file that indicates what changes would be made.
- Put that file in a spreadsheet
- Post to the CLDR TC for review.
- You’ll then want to retract any items that shouldn’t be copied.
- Change CompareEn.java if there are paths that should be skipped in the future.
- Once you agree on the results, you’ll run -u.
- That will modify your local copy of en_oo1.xml
- Then do a diff with HEAD to make sure it matches expectations
- Then check in en_oo1.xml and CompareEn.java