File: README.md

package info (click to toggle)
golang-github-nicksnyder-go-i18n.v2 2.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 464 kB
  • sloc: xml: 198; sh: 5; makefile: 3
file content (6 lines) | stat: -rw-r--r-- 310 bytes parent folder | download | duplicates (2)
1
2
3
4
5
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.  Unzip and copy `common/supplemental/plurals.xml` to this directory.
1.  Run `generate.sh`.