Skip to content

Commit

Permalink
Pull in the ZWL -> ZWG replacement from ISO.
Browse files Browse the repository at this point in the history
  • Loading branch information
bojanz committed Nov 1, 2024
1 parent be46a24 commit a629b82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions data.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ func main() {
// to parse. See https://github.com/unicode-org/cldr-json for details.
func fetchCLDR(dir string) (string, error) {
repo := "https://github.com/unicode-org/cldr-json.git"
cmd := exec.Command("git", "clone", repo, "--depth", "1", dir)
cmd := exec.Command("git", "clone", repo, "--depth", "1", "--branch=45.0.0", dir)
cmd.Stderr = os.Stderr
_, err := cmd.Output()
if err != nil {
Expand Down

0 comments on commit a629b82

Please sign in to comment.