initialize $plural_form_string with English default

This commit is contained in:
Thomas Müller 2013-08-03 23:29:31 +02:00
parent 2e5f1142be
commit b229381dda
1 changed files with 1 additions and 1 deletions

View File

@ -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)