mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Drop OC.addTranslations deprecated since NC17 and not used by any NC app
Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
This commit is contained in:
parent
95eeba83b6
commit
7e3372cd92
1 changed files with 0 additions and 9 deletions
|
|
@ -233,15 +233,6 @@ export default {
|
|||
getCanonicalLocale,
|
||||
getLocale,
|
||||
getLanguage,
|
||||
/**
|
||||
* Loads translations for the given app asynchronously.
|
||||
*
|
||||
* @param {string} app app name
|
||||
* @param {Function} callback callback to call after loading
|
||||
* @return {Promise}
|
||||
* @deprecated 17.0.0 use OC.L10N.load instead
|
||||
*/
|
||||
addTranslations: L10N.load,
|
||||
|
||||
/**
|
||||
* Query string helpers
|
||||
|
|
|
|||
Loading…
Reference in a new issue