]> source.dussan.org Git - nextcloud-server.git/commitdiff
initialize $plural_form_string with English default
authorThomas Müller <thomas.mueller@tmit.eu>
Sat, 3 Aug 2013 21:29:31 +0000 (23:29 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Sat, 3 Aug 2013 21:29:31 +0000 (23:29 +0200)
lib/l10n.php

index a11ed785c5e13902f4ad44d31c02098300d83402..b1f2fceeb16b8afeb13eb76c68358c852b1acf0e 100644 (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)