diff options
author | Joas Schilling <coding@schilljs.com> | 2022-01-24 09:27:01 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2022-01-24 09:27:01 +0100 |
commit | f03468342e8e8ad36e52e422fe3778daf849e403 (patch) | |
tree | 2895d73203c01aa0a4c2fa5e3aa2353d6e7ebaf0 /lib/public/L10N/IFactory.php | |
parent | 6e47104bb633263c7ff59b2da05d077f7fe9f241 (diff) | |
download | nextcloud-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.php | 9 |
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" |