diff options
author | Joas Schilling <213943+nickvergessen@users.noreply.github.com> | 2022-01-26 16:31:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-26 16:31:21 +0100 |
commit | fe6ceba03a5405baf8da99aeb1914196f1eb0c7a (patch) | |
tree | bb5318a7bb51953d6e9a71cd0840318a9affd387 /lib/public | |
parent | a145edd00db95135bee6f584e21301267fb5ac16 (diff) | |
parent | f03468342e8e8ad36e52e422fe3778daf849e403 (diff) | |
download | nextcloud-server-fe6ceba03a5405baf8da99aeb1914196f1eb0c7a.tar.gz nextcloud-server-fe6ceba03a5405baf8da99aeb1914196f1eb0c7a.zip |
Merge pull request #30822 from nextcloud/bugfix/29287/remove-create-function-calls
Remove createPluralFunction which is replaced by Symfony\Translations…
Diffstat (limited to 'lib/public')
-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" |