Skip to content

Commit ccb1aa5

Browse files
committed
Update Readme.md
1 parent 4ad7480 commit ccb1aa5

File tree

2 files changed

+73
-74
lines changed

2 files changed

+73
-74
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,19 @@ Firstly, download the latest British English (`en`) [language pack from phpBB.co
1313
git clone https://github.com/phpbb/phpbb-translation-validator.git
1414
composer.phar install
1515

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:
16+
For the easiest results, create a directory called `3.2` or `3.3` 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:
1717

1818
phpbb-translation-validator/3.2/en/
1919
phpbb-translation-validator/3.2/fr/
20+
phpbb-translation-validator/3.3/en/
21+
phpbb-translation-validator/3.3/fr/
2022
phpbb-translation-validator/translation.php
2123

2224
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):
2325

2426
php translation.php validate fr
2527

26-
There are more arguments that can be supplied. For example, suppose you wanted to have your `3.2` directory in a different location, you wanted to explicitly specify phpBB version 3.2, you wanted to run in safe mode and you wanted to see all notices displayed - you would run this command:
28+
There are more arguments that can be supplied. For example, suppose you wanted to have your `3.2` directory in a different location, you wanted to explicitly specify phpBB version 3.2 (default validation is against 3.3), you wanted to run in safe mode and you wanted to see all notices displayed - you would run this command:
2729

2830
php translation.php validate fr
2931
--package-dir=/path/to/your/3.2

composer.lock

+69-72
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)