1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-21 17:11:53 +02:00

[ticket/17191] Change plural-rule to integer from string

PHPBB3-17191
This commit is contained in:
Christian Schnegelberger
2023-09-22 10:06:49 +02:00
committed by Marc Alexander
parent 706c788f28
commit 21c38e2572

View File

@@ -25,7 +25,7 @@
"phpbb-version": "4.0.0-a1-dev", "phpbb-version": "4.0.0-a1-dev",
"direction": "ltr", "direction": "ltr",
"user-lang": "en-gb", "user-lang": "en-gb",
"plural-rule": "1", "plural-rule": 1,
"recaptcha-lang": "en-GB" "recaptcha-lang": "en-GB"
} }
} }