aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/L10N/IFactory.php
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-01-24 09:27:01 +0100
committerJoas Schilling <coding@schilljs.com>2022-01-24 09:27:01 +0100
commitf03468342e8e8ad36e52e422fe3778daf849e403 (patch)
tree2895d73203c01aa0a4c2fa5e3aa2353d6e7ebaf0 /lib/public/L10N/IFactory.php
parent6e47104bb633263c7ff59b2da05d077f7fe9f241 (diff)
downloadnextcloud-server-f03468342e8e8ad36e52e422fe3778daf849e403.tar.gz
nextcloud-server-f03468342e8e8ad36e52e422fe3778daf849e403.zip
Remove createPluralFunction which is replaced by Symfony\Translations lib
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/public/L10N/IFactory.php')
-rw-r--r--lib/public/L10N/IFactory.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/public/L10N/IFactory.php b/lib/public/L10N/IFactory.php
index 0c8c945caab..35713862f07 100644
--- a/lib/public/L10N/IFactory.php
+++ b/lib/public/L10N/IFactory.php
@@ -128,15 +128,6 @@ interface IFactory {
public function localeExists($locale);
/**
- * Creates a function from the plural string
- *
- * @param string $string
- * @return string Unique function name
- * @since 14.0.0
- */
- public function createPluralFunction($string);
-
- /**
* iterate through language settings (if provided) in this order:
* 1. returns the forced language or:
* 2. if applicable, the trunk of 1 (e.g. "fu" instead of "fu_BAR"