87b3fd866625d929a35bc602ba5e06475f475554
The tests were using languageData.languages, which was undefined. This patch adds a method to get all the languages to be able to test.
CLDR based language data and utilities
The language data with following details are populated from the current version of CLDR supplemental data
- 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
Description
Languages
PHP
58%
JavaScript
42%