phpbb / phpbb-translation-validator

A tool checking packages for compliance with the policies https://area51.phpbb.com/docs/dev/3.2.x/language/guidelines.html
GNU General Public License v2.0
8 stars 9 forks source link

Website links to phpbb.com should not produce an ERROR #19

Closed Derky closed 10 years ago

Derky commented 10 years ago
 Error in language/nl/help_faq.php:75.1:
String is using additional html: <a href="https://www.phpbb.com/">

 Error in language/nl/help_faq.php:75.1:
String is using additional html: <a href="https://www.phpbb.com/about/">
nickvergessen commented 10 years ago

Okay, after having a look again at the code, the problem why links are always an error is, that the language string might be used in a <a href="">-tag. So when en does not contain a link, but your language does, it might be a potential problem.

However, this does not apply to the help_*.php pages, so I will make them an exception from this rule.