Skip to content

Commit f1ae266

Browse files
committed
Updates composer.json and readme for 1.5.0
1 parent 8c922f3 commit f1ae266

2 files changed

Lines changed: 16 additions & 6 deletions

File tree

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,20 @@ This console application allows you to validate [phpBB](https://www.phpbb.com) l
44

55
## Requirements
66

7-
This extension requires PHP 5.3.3 or above.
7+
This extension requires PHP 5.5.9 or above.
88

99
### Installation
1010

11-
Firstly, download the British English (`en`) language pack from phpBB.com as this is the default source language. Then clone this repository and download the dependencies:
11+
Firstly, download the latest British English (`en`) [language pack from phpBB.com](http://www.phpbb.com/customise/db/translation/british_english/) as this is the default source language. Then clone this repository and download the dependencies:
1212

1313
git clone https://github.com/phpbb/phpbb-translation-validator.git
14-
composer install
15-
16-
For the easiest results, create a directory called `3.2` in the root of the Translation Validator. Upload the `en` language page into this directory, along with the languages you wish to test.
14+
composer.phar install
15+
16+
For the easiest results, create a directory called `3.2` in the root of the Translation Validator. Upload the `en` language page into this directory, along with the languages you wish to test. Which leads e.g. to:
17+
18+
phpbb-translation-validator/3.2/en/
19+
phpbb-translation-validator/3.2/fr/
20+
phpbb-translation-validator/translation.php
1721

1822
The simplest way to validate is to then run this command (the final argument is the language you wish to test and that has already been uploaded to the `3.2` directory; eg. `fr` for French):
1923

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,19 @@
33
"description": "A language package validator for phpBB language packs. Language packs are required to pass the validator when submitted to the language pack database.",
44
"homepage": "https://github.com/phpbb/phpbb-translation-validator",
55
"version": "1.5.0",
6-
"license": "GPL-2.0",
6+
"license": "GPL-2.0-only",
77
"authors": [
88
{
99
"name": "Joas Schilling",
1010
"email": "nickvergessen@phpbb.com",
1111
"homepage": "http://www.phpbb.com/",
1212
"role": "Developer"
13+
},
14+
{
15+
"name": "Battye",
16+
"email": "battye@phpbb.com",
17+
"homepage": "https://www.phpbb.com",
18+
"role": "Developer"
1319
}
1420
],
1521
"minimum-stability": "stable",

0 commit comments

Comments
 (0)