The current master will use a composer.json for the language files: https://github.com/phpbb/phpbb/blob/master/phpBB/language/en/composer.json We should add some functions to check this file: - [x] validate the composer json - [x] Check for the right version in `"version": "4.0.0-a1-dev",` - [ ] Need to check for the information from former iso.txt https://github.com/phpbb/phpbb/blob/3.3.x/phpBB/language/en/iso.txt ``` "extra": { "language-iso": "en", "english-name": "British English", "local-name": "British English", "phpbb-version": "4.0.0-a1-dev" } ``` - [ ] Maybe improve core code, to add reCAPTCHA and plural rules to the composer.json, too.
The current master will use a composer.json for the language files: https://github.com/phpbb/phpbb/blob/master/phpBB/language/en/composer.json
We should add some functions to check this file:
"version": "4.0.0-a1-dev",