mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/17191] Change plural-rule to integer from string
PHPBB3-17191
This commit is contained in:
parent
706c788f28
commit
21c38e2572
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
"phpbb-version": "4.0.0-a1-dev",
|
||||
"direction": "ltr",
|
||||
"user-lang": "en-gb",
|
||||
"plural-rule": "1",
|
||||
"plural-rule": 1,
|
||||
"recaptcha-lang": "en-GB"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue