aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/l10n.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-10-20 13:43:29 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2014-10-29 10:09:12 +0100
commita589d61b78fbfedad8fcf3ee59522b2e95de48ed (patch)
tree52966755f41956bce94555975bcf0f2cae6b1236 /lib/private/l10n.php
parentec1a73fab9aa6b71b502ee45f4d0dd4f20661930 (diff)
downloadnextcloud-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.php11
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
*