Skip to content
This repository was archived by the owner on Apr 14, 2021. It is now read-only.

Commit 0f501ad

Browse files
committed
fixed up a mismerge
1 parent 21c1fd9 commit 0f501ad

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

README.md

+4-14
Original file line numberDiff line numberDiff line change
@@ -91,26 +91,16 @@ in the [tools](https://github.com/andyearnshaw/Intl.js/tree/master/tools) folder
9191
Collation data isn't currently present since the `Intl.Collator` implementation isn't
9292
finished.
9393

94-
Contribute
95-
----------
96-
97-
See the [CONTRIBUTING file][] for info.
98-
99-
[CONTRIBUTING file]: https://github.com/andyearnshaw/Intl.js/blob/master/CONTRIBUTING.md
100-
=======
10194
Contents of the `locale-data` directory are a modified form of the Unicode CLDR
10295
data found at http://www.unicode.org/cldr/data/. See the `LICENSE.txt` file
10396
accompanying this software for terms of use.
10497

10598

106-
### Rebuilding
99+
## Contribute
107100

108-
* Visit http://cldr.unicode.org/index/downloads and choose a version, for example http://unicode.org/Public/cldr/23.1/.
109-
* Download `core.zip` and `tools.zip` to a folder/directory.
110-
* Unzip the zip files.
111-
* (On a mac be sure the use the commandline `unzip` utility, as the Finder will do the wrong thing.)
112-
* Run `node tools/Ldml2Json.js <folder>` where `<folder>` is the location where you downloaded and unzipped the zip files.
113-
* TOOD... next steps...
101+
See the [CONTRIBUTING file][] for info.
102+
103+
[CONTRIBUTING file]: https://github.com/andyearnshaw/Intl.js/blob/master/CONTRIBUTING.md
114104

115105

116106
## License

0 commit comments

Comments
 (0)