Closed jpustula closed 9 years ago
Fatals have to be removed, Errors, Warnings and Notices might be ignored.
But your travis implementation is almost right. Once a version is branched off, https://github.com/phpbb-pl/phpbb-translation/blob/ascraeus/.travis.yml#L12 the develop-ascraeus branch might be different from what your translation needs to be like. I'd advice to use the release-3.1.* tags then.
What about two mentioned fatals? LICENSE file is present in right location. Third plural form is required in Polish language (which is also mentioned on phpBB wiki) but here it's marked as fatal.
For the license use language-dir
instead of package-dir
in your call.
That might also fix the plural thing
Thanks. Indeed that helped for that fatal errors.
I'm not sure if it's the right place to ask this question but it might be useful for other translation groups.
I decided to integrate this validator with Polish translation after next deny at phpbb.com. The README file tells a little about running it with Travis CI and required runtime parameters. Finally I've got it working with https://github.com/phpbb-pl/phpbb-translation but is it right implemented?
Validator outputs some irrational fatals such as:
or
which is a part of plural rules (https://wiki.phpbb.com/Plural_Rules).
Full output: https://travis-ci.org/phpbb-pl/phpbb-translation/jobs/46546623
Are some of these errors currently ignored during Language Packs approval process? Are additional HTML tags allowed to improve readability?