mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 16:27:38 +02:00
[ticket/17191] Replace lang keys in fucntions with composer output
PHPBB3-17191
This commit is contained in:
committed by
Marc Alexander
parent
36ea0c1f2e
commit
1cc6a479a1
@@ -14,6 +14,7 @@
|
||||
namespace phpbb\language;
|
||||
|
||||
use phpbb\language\exception\invalid_plural_rule_exception;
|
||||
use phpbb\language\language_file_helper;
|
||||
|
||||
/**
|
||||
* Wrapper class for loading translations
|
||||
|
@@ -116,9 +116,9 @@ class language_file_helper
|
||||
'version' => $data['version'],
|
||||
'phpbb_version' => $data['extra']['phpbb-version'],
|
||||
'direction' => $data['extra']['direction'],
|
||||
'user-lang' => $data['extra']['user-lang'],
|
||||
'plural-rule' => $data['extra']['plural-rule'],
|
||||
'recaptcha-lang'=> $data['extra']['recaptcha-lang'],
|
||||
'user_lang' => $data['extra']['user-lang'],
|
||||
'plural_rule' => $data['extra']['plural-rule'],
|
||||
'recaptcha_lang'=> $data['extra']['recaptcha-lang'],
|
||||
];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user