Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2019-06-18 15:19:47 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-06-18 15:19:47 +0300
commit6e2f11954e1d154e3265a97504d783ac336f95ee (patch)
treea55f9c31a1a67fe98de56d7da35ab7bde9c9f871 /package-lock.json
parent191e5de9d4157f70ed74d8f5ddbf795170a79b0a (diff)
Use nextcloud-l10n for translations
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json
index a9555faf3..a3aa043f8 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -7294,6 +7294,21 @@
"axios": "^0.19.0"
}
},
+ "nextcloud-l10n": {
+ "version": "0.0.1",
+ "resolved": "https://registry.npmjs.org/nextcloud-l10n/-/nextcloud-l10n-0.0.1.tgz",
+ "integrity": "sha512-yRyym3inJi5D3Z//Qd1a+WIymVjDJ/5JGJ3wY1tdu9KFhSq16ft8RohABmdRnLkxaNYUqe/ZmeHxp3Z+AxkxtQ==",
+ "requires": {
+ "core-js": "^3.1.4"
+ },
+ "dependencies": {
+ "core-js": {
+ "version": "3.1.4",
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.1.4.tgz",
+ "integrity": "sha512-YNZN8lt82XIMLnLirj9MhKDFZHalwzzrL9YLt6eb0T5D0EDl4IQ90IGkua8mHbnxNrkj1d8hbdizMc0Qmg1WnQ=="
+ }
+ }
+ },
"nextcloud-router": {
"version": "0.0.5",
"resolved": "https://registry.npmjs.org/nextcloud-router/-/nextcloud-router-0.0.5.tgz",