Skip to content

Commit

Permalink
docs: add correct example data for BCP47
Browse files Browse the repository at this point in the history
  • Loading branch information
thunderpoot committed Jul 4, 2024
1 parent d55369d commit c859679
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ There is also a [web–based version here](https://thunderpoot.github.io/isoglos

- Lookup language details using ISO 639-1, 639-2/B, 639-2/T, or 639-3 codes.
- Lookup language details by language name.
- Lookup language details using IETF BCP-47 language tags (e.g., en-GB, en-US, sv-SE).
- Lookup language details using IETF BCP-47 language tags (e.g., en-GB, en-US, sv-SE, zh-cmn-Hans-CN-pinyin-ud1-p9t4-x-private1 and so on).

## Installation

Expand Down Expand Up @@ -154,14 +154,9 @@ $ isogloss/isogloss.py -i zh-cmn-Hans-CN-pinyin-ud1-p9t4-x-private1
],
"Script": "Han (Simplified variant)",
"Region": "China",
"Variants": [
"pinyin",
"ud1",
"p9t4"
],
"Private Use": [
"private1"
]
"Variant": "pinyin",
"Extension": "ud1-p9t4",
"Private Use": "x-private1"
}
```

Expand Down

0 comments on commit c859679

Please sign in to comment.