forked from nicksnyder/go-i18n
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
README.md: fixing broken links (nicksnyder#251)
* README.md: fixing broken links * Apply suggestions from code review Co-authored-by: Nick Snyder <[email protected]>
- Loading branch information
1 parent
2180cd9
commit 482713a
Showing
2 changed files
with
10 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# How to upgrade CLDR data | ||
|
||
1. Go to http://cldr.unicode.org/index/downloads to find the latest version. | ||
1. Download the latest version of cldr-common (e.g. http://unicode.org/Public/cldr/37/cldr-common-37.0.zip) | ||
1. Download the latest version of cldr-common (e.g. https://unicode.org/Public/cldr/39/cldr-common-39.0.zip) | ||
1. Unzip and copy `common/supplemental/plurals.xml` to this directory. | ||
1. Run `generate.sh`. |