Merge pull request #3274 from overleaf/jpa-i18n-upload-non-english

[scripts/translations] uploadNonEnglish: automate upload of translations

GitOrigin-RevId: 0d4453d17702955abe15497c64cb693ff945fda8
This commit is contained in:
Jakob Ackermann 2020-10-21 11:47:37 +02:00 committed by Copybot
parent 01712f1229
commit 5256572356
3 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,3 @@
node_modules
.cache

View file

@ -353,6 +353,11 @@
"mime-db": "1.44.0"
}
},
"node-fetch": {
"version": "2.6.1",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz",
"integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw=="
},
"oauth-sign": {
"version": "0.9.0",
"resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz",

View file

@ -1,6 +1,7 @@
{
"dependencies": {
"@brainly/onesky-utils": "https://github.com/overleaf/nodejs-onesky-utils/archive/jpa-upstream-pr-43.tar.gz",
"node-fetch": "^2.6.1",
"sanitize-html": "^1.27.1"
}
}