1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-05 16:27:38 +02:00

[ticket/17191] new config values lang/en/composer.json fr common/recaptcha

PHPBB3-17191
This commit is contained in:
Christian Schnegelberger
2023-09-21 10:53:39 +02:00
committed by Marc Alexander
parent 7fcfcec600
commit 99fabe2eb8
3 changed files with 5 additions and 12 deletions

View File

@@ -42,15 +42,8 @@ if (empty($lang) || !is_array($lang))
$lang = array_merge($lang, array(
'TRANSLATION_INFO' => '',
'DIRECTION' => 'ltr',
'DATE_FORMAT' => '|d M Y|', // 01 Jan 2007 (with Relative days enabled)
'DATETIME_FORMAT' => '|d M Y, H:i|', // 01 Jan 2007, 13:37 (with Relative days enabled)
'USER_LANG' => 'en-gb',
// You can define different rules for the determination of plural forms here.
// See https://area51.phpbb.com/docs/dev/3.3.x/language/plurals.html for more information
// or ask the translation manager for help.
'PLURAL_RULE' => 1,
'1_DAY' => '1 day',
'1_MONTH' => '1 month',