You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
837816638@qq.com b02b851162
工商大学管理系统代码
5 years ago
..
data/json 工商大学管理系统代码 5 years ago
.travis.yml 工商大学管理系统代码 5 years ago
Makefile 工商大学管理系统代码 5 years ago
README.md 工商大学管理系统代码 5 years ago
datapackage.json 工商大学管理系统代码 5 years ago
package.json 工商大学管理系统代码 5 years ago

README.md

IANA Language Tags

Open Data

IANA's official repository is in record-jar format and is hard to parse. This project provides neatly organized JSON files representing that data.

See lib/data/ for all the JSON files available. The registry.json file contains all records in a flat array and meta.json contains its metadata. There's a separate JSON file for each 'scope' (e.g. macrolanguage.json) and 'type' (e.g. language.json). These files contain JSON objects keyed by tag or subtag and with the index integer for the corresponding entry in registry.json as a value. This makes lookups fast.

Updates

This project will be updated as the registry changes. Non-breaking updates will result in the patch version number being bumped.

Run make update to force an update from the latest official IANA-hosted version. The registry file format is converted to JSON automatically and the files in data/ are updated.

If there are changes, please make a pull request.

Usage

See language-tags for a Javascript API.

Credits and collaboration

Update scripts copyright (c) 2013, Matthew Caruana Galizia and licensed under and MIT license.

The JSON database is licensed an Open Data Commons Attribution License (ODC-BY).

Comments, feedback and suggestions are welcome. Please feel free to raise an issue or pull request. Enjoy.