aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorFerdinand Thiessen <rpm@fthiessen.de>2023-01-22 12:35:51 +0100
committerFerdinand Thiessen <rpm@fthiessen.de>2023-02-20 15:03:21 +0100
commitcdc384834512a909cbc1b5f4e880b239e63029b9 (patch)
tree5d0a8802382fbb27081e49ad78dfba2de1ab8576 /package.json
parent7e3372cd92dcb783cab8251a2be39ce08663e79f (diff)
downloadnextcloud-server-cdc384834512a909cbc1b5f4e880b239e63029b9.tar.gz
nextcloud-server-cdc384834512a909cbc1b5f4e880b239e63029b9.zip
Deprecate OC.L10N functions in favor of translation functions from `@nextcloud/l10n`
Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index b1eca03c686..bc828ae6cb3 100644
--- a/package.json
+++ b/package.json
@@ -46,7 +46,7 @@
"@nextcloud/event-bus": "^3.0.2",
"@nextcloud/files": "^3.0.0-beta.5",
"@nextcloud/initial-state": "^2.0.0",
- "@nextcloud/l10n": "^2.0.0",
+ "@nextcloud/l10n": "^2.1.0",
"@nextcloud/logger": "^2.5.0",
"@nextcloud/moment": "^1.2.1",
"@nextcloud/password-confirmation": "^4.0.4",