diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2017-08-07 15:50:00 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2017-08-07 19:53:36 +0200 |
commit | ed3b391e4799bf1b4a4c2f990020f1069d46d3ac (patch) | |
tree | 2207a3963341d3ec4064453820b2304d13c588da /lib/public | |
parent | de911f6e5c394fc86f45edc58850fd2e7649913c (diff) | |
download | nextcloud-server-ed3b391e4799bf1b4a4c2f990020f1069d46d3ac.tar.gz nextcloud-server-ed3b391e4799bf1b4a4c2f990020f1069d46d3ac.zip |
Use symfony/translation for L10N plurals
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
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 b5f93c2389c..9820082c72e 100644 --- a/lib/public/L10N/IFactory.php +++ b/lib/public/L10N/IFactory.php @@ -60,13 +60,4 @@ interface IFactory { * @since 9.0.0 */ public function languageExists($app, $lang); - - /** - * Creates a function from the plural string - * - * @param string $string - * @return string Unique function name - * @since 9.0.0 - */ - public function createPluralFunction($string); } |