File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
tools/cldr-code/src/main/java/org/unicode/cldr/tool Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ The program **CompareEn.java** can be used to copy data from en_GB up to en_001.
25
25
4 . You'll then want to retract any items that shouldn't be copied.
26
26
5 . Change CompareEn.java if there are paths that should be skipped in the future.
27
27
2 . Once you agree on the results, you'll run -u.
28
- 1 . That will modify your local copy of en\_ oo1 .xml
28
+ 1 . That will modify your local copy of en\_ 001 .xml
29
29
2 . Then do a diff with HEAD to make sure it matches expectations
30
- 3 . Then check in en\_ oo1 .xml and CompareEn.java
30
+ 3 . Then check in en\_ 001 .xml and CompareEn.java
31
31
32
32
## Review guidelines for inclusion in en_001
33
33
Original file line number Diff line number Diff line change 24
24
public class CompareEn {
25
25
26
26
enum MyOptions {
27
- uplevel (new Params ().setHelp ("move elements from en_GB into en_oo1 " )),
27
+ uplevel (new Params ().setHelp ("move elements from en_GB into en_001 " )),
28
28
verbose (new Params ().setHelp ("verbose output" )),
29
29
;
30
30
You can’t perform that action at this time.
0 commit comments