Skip to content

Commit

Permalink
CLDR 36 JSON data
Browse files Browse the repository at this point in the history
  • Loading branch information
JCEmmons committed Oct 9, 2019
1 parent 86d7627 commit b3854fa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Expand Up @@ -17,7 +17,7 @@ FILES OR SOFTWARE.

COPYRIGHT AND PERMISSION NOTICE

Copyright © 1991-2016 Unicode, Inc. All rights reserved. Distributed under
Copyright © 1991-2019 Unicode, Inc. All rights reserved. Distributed under
the Terms of Use in http://www.unicode.org/copyright.html.

Permission is hereby granted, free of charge, to any person obtaining a
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -18,11 +18,11 @@ in any way, you can generate it using the Ldml2JSON conversion utility in CLDR's
distribution (`org.unicode.cldr.json`).

## Status
Latest official release is version 35.1.0, published on 2019-04-17
Latest official release is version 36.0.0, published on 2019-10-04

## Tags

Each repository is tagged with the release it pertains to, for example `35.1.0`.
Each repository is tagged with the release it pertains to, for example `36.0.0`.

## Licensing

Expand Down Expand Up @@ -70,7 +70,7 @@ Installation using [bower](http://bower.io):
## Bug reports

CLDR does NOT use Github's issue tracking system to track bugs. If you find an error in
the data contained here, please file a new ticket at http://unicode.org/cldr/trac/newticket
the data contained here, please file a new ticket at [Unicode Jira](https://unicode-org.atlassian.net/projects/CLDR/issues)

[cldr-core]: https://github.com/unicode-cldr/cldr-core
[cldr-dates]: https://github.com/unicode-cldr?q=cldr-dates
Expand Down
9 changes: 5 additions & 4 deletions build.xml
Expand Up @@ -43,8 +43,9 @@

<target name="_buildjsonmain"> <!-- no depends - DO NOT CALL outside of build-json-main -->
<java fork="true" jar="${cldr.jar}">
<sysproperty key="CLDR_DIR" value="../.."/>
<sysproperty key="CLDR_DIR" value="../../../cldr-staging/production"/>
<sysproperty key="CLDR_GEN_DIR" value=".."/>
<jvmarg value="-Xmx16G"/>
<arg value="ldml2json"/>
<arg value="-o"/> <arg value="false"/>
<arg value="-t"/> <arg value="main"/>
Expand Down Expand Up @@ -75,7 +76,7 @@

<target name="build-json-supplemental" depends="init,jar">
<java fork="true" jar="${cldr.jar}">
<sysproperty key="CLDR_DIR" value="../.."/>
<sysproperty key="CLDR_DIR" value="../../../cldr-staging/production"/>
<sysproperty key="CLDR_GEN_DIR" value=".."/>
<arg value="ldml2json"/>
<arg value="-o"/> <arg value="false"/>
Expand All @@ -87,7 +88,7 @@

<target name="build-json-segments" depends="init,jar">
<java fork="true" jar="${cldr.jar}">
<sysproperty key="CLDR_DIR" value="../.."/>
<sysproperty key="CLDR_DIR" value="../../../cldr-staging/production"/>
<sysproperty key="CLDR_GEN_DIR" value=".."/>
<arg value="ldml2json"/>
<arg value="-o"/> <arg value="false"/>
Expand All @@ -99,7 +100,7 @@

<target name="build-json-rbnf" depends="init,jar">
<java fork="true" jar="${cldr.jar}">
<sysproperty key="CLDR_DIR" value="../.."/>
<sysproperty key="CLDR_DIR" value="../../../cldr-staging/production"/>
<sysproperty key="CLDR_GEN_DIR" value=".."/>
<arg value="ldml2json"/>
<arg value="-o"/> <arg value="false"/>
Expand Down

0 comments on commit b3854fa

Please sign in to comment.