[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
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

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"
} }
} }