1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/develop/11543] Use plurals in develop

PHPBB3-11543
This commit is contained in:
Joas Schilling
2013-06-06 23:29:50 +02:00
parent 74aec79551
commit d406dd99d8
2 changed files with 19 additions and 25 deletions

View File

@@ -30,4 +30,9 @@ class phpbb_mock_lang implements ArrayAccess
public function offsetUnset($offset)
{
}
public function lang()
{
return implode(' ', func_get_args());
}
}