a73375d0df73b22ce22d42221ca618793528f25b
This helps Git and Vim be less confused about diffs. It somehow sometimes happens that a newline is added to the end of language-data.json, but sometimes it is not added, and then Git diff shows it as removed or added. This change ensures that it's always added.
Language data and utilities
This library contains language related data, and utility libraries written in PHP and Node.js to interact with that data.
The language related data comprises of the following,
- The script in which a language is written
- The script code
- The language code
- The regions in which the language is spoken
- The autonym - language name written in its own script
- The directionality of the text
This data is populated from the current version of CLDR supplemental data and various other sources.
Documentation
Release schedule
Similar to MLEB, this library will have a quarterly release schedule, and will be released along with MLEB. Intermediate releases will be made for important bug fixes.
Changelog
The full changelog is available in CHANGELOG.md.
Description
Languages
PHP
58%
JavaScript
42%