mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +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
@@ -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