Abijeet b732c68aff Update PHP dependencies
Following dependencies were updated:

Loading composer repositories with package information
Updating dependencies
Lock file operations: 0 installs, 10 updates, 0 removals
  - Upgrading nikic/php-parser (v5.0.0 => v5.0.2)
  - Upgrading phar-io/manifest (2.0.3 => 2.0.4)
  - Upgrading phpunit/php-code-coverage (9.2.30 => 9.2.31)
  - Upgrading sebastian/cli-parser (1.0.1 => 1.0.2)
  - Upgrading sebastian/diff (4.0.5 => 4.0.6)
  - Upgrading sebastian/exporter (4.0.5 => 4.0.6)
  - Upgrading sebastian/global-state (5.0.6 => 5.0.7)
  - Upgrading sebastian/resource-operations (3.0.3 => 3.0.4)
  - Upgrading symfony/polyfill-php80 (v1.28.0 => v1.29.0)
  - Upgrading theseer/tokenizer (1.2.2 => 1.2.3)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 0 installs, 0 updates, 12 removals
  - Removing symfony/yaml (v5.4.35)
  - Removing symfony/string (v5.4.36)
  - Removing symfony/service-contracts (v2.5.3)
  - Removing symfony/polyfill-php73 (v1.29.0)
  - Removing symfony/polyfill-mbstring (v1.29.0)
  - Removing symfony/polyfill-intl-normalizer (v1.29.0)
  - Removing symfony/polyfill-intl-grapheme (v1.29.0)
  - Removing symfony/polyfill-ctype (v1.29.0)
  - Removing symfony/deprecation-contracts (v2.5.3)
  - Removing symfony/console (v5.4.36)
  - Removing psr/container (1.1.2)
  - Removing mhujer/yaml-sort-checker (1.5.0)
Generating autoload files
29 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
No security vulnerability advisories found

Bug: https://phabricator.wikimedia.org/T360422
2024-04-12 21:14:49 +05:30
2024-02-07 21:42:25 +05:30
2021-09-23 14:11:35 +03:00
2022-01-18 13:12:47 +02:00
2022-07-08 16:54:40 +05:30
2020-05-25 09:25:51 +03:00
2020-05-18 15:45:15 +03:00
2024-04-12 21:14:49 +05:30
2023-04-18 14:33:46 +03:00

Language data and utilities

npm node-build php-build

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,

  1. The script in which a language is written
  2. The script code
  3. The language code
  4. The regions in which the language is spoken
  5. The autonym - language name written in its own script
  6. The directionality of the text

This data is populated from the current version of CLDR supplemental data and various other sources.

Documentation

  1. Full documentation
  2. Using the PHP library
  3. Using the Node.js library
  4. Adding Languages

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%