1
0
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:
Christian Schnegelberger
2023-09-21 15:45:52 +02:00
committed by Marc Alexander
parent 36ea0c1f2e
commit 1cc6a479a1
3 changed files with 16 additions and 8 deletions

View File

@@ -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'],
];
}
}