mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
initialize $plural_form_string with English default
This commit is contained in:
parent
2e5f1142be
commit
b229381dda
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ class OC_L10N {
|
|||
/**
|
||||
* Plural forms (string)
|
||||
*/
|
||||
private $plural_form_string;
|
||||
private $plural_form_string = 'nplurals=2; plural=(n != 1);';
|
||||
|
||||
/**
|
||||
* Plural forms (function)
|
||||
|
|
|
|||
Loading…
Reference in a new issue