Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLDR-17367 cldr-json: put unitPrefixes into units.json #3516

Merged
merged 1 commit into from
Feb 24, 2024

Conversation

srl295
Copy link
Member

@srl295 srl295 commented Feb 23, 2024

CLDR-17367

  • This PR completes the ticket.

extract from cldr-json/cldr-core/supplemental/units.json:

{
  "supplemental": {
    "version": {
      "_unicodeVersion": "15.1.0",
      "_cldrVersion": "45"
    },
    "unitPrefixes": {
      "atto": {
        "_symbol": "a",
        "_power10": "-18"
      },
      "centi": {
        "_symbol": "c",
        "_power10": "-2"
      },
      "deci": {
        "_symbol": "d",
        "_power10": "-1"
      },
      "deka": {
        "_symbol": "da",
        "_power10": "1"
      },
      "exa": {
        "_symbol": "E",
        "_power10": "18"
      },

ALLOW_MANY_COMMITS=true

@srl295 srl295 self-assigned this Feb 23, 2024
@srl295
Copy link
Member Author

srl295 commented Feb 23, 2024

(structure matches other unit json files.)

@sffc
Copy link
Member

sffc commented Feb 23, 2024

CC @younies -- PTAL at the new JSON and if you can use it in ICU4X

@srl295 srl295 merged commit fa6ce01 into main Feb 24, 2024
11 checks passed
@srl295 srl295 deleted the srl295/cldr-17367/json-otherunits branch February 24, 2024 23:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants