diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-10-20 13:43:29 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-10-29 10:09:12 +0100 |
commit | a589d61b78fbfedad8fcf3ee59522b2e95de48ed (patch) | |
tree | 52966755f41956bce94555975bcf0f2cae6b1236 /lib/private/l10n.php | |
parent | ec1a73fab9aa6b71b502ee45f4d0dd4f20661930 (diff) | |
download | nextcloud-server-a589d61b78fbfedad8fcf3ee59522b2e95de48ed.tar.gz nextcloud-server-a589d61b78fbfedad8fcf3ee59522b2e95de48ed.zip |
in case a translation javascript is not found we no longer bail out
remove translation.php
Diffstat (limited to 'lib/private/l10n.php')
-rw-r--r-- | lib/private/l10n.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/private/l10n.php b/lib/private/l10n.php index 0b20eafea32..ee144cd221c 100644 --- a/lib/private/l10n.php +++ b/lib/private/l10n.php @@ -266,17 +266,6 @@ class OC_L10N implements \OCP\IL10N { } /** - * getPluralFormString - * @return string containing the gettext "Plural-Forms"-string - * - * Returns a string like "nplurals=2; plural=(n != 1);" - */ - public function getPluralFormString() { - $this->init(); - return $this->plural_form_string; - } - - /** * getPluralFormFunction * @return string the plural form function * |