Skip to content
Snippets Groups Projects
Commit b229381d authored by Thomas Müller's avatar Thomas Müller
Browse files

initialize $plural_form_string with English default

parent 2e5f1142
Branches
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment