We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5efa663 commit aee9bdcCopy full SHA for aee9bdc
crowdin/download.js
@@ -17,7 +17,8 @@ function main() {
17
18
crowdin
19
// .export() // Not sure if this should be called in the script since it could be very slow
20
- .then(() => crowdin.downloadToPath(DOWNLOADED_TRANSLATIONS_PATH))
+ // .then(() => crowdin.downloadToPath(DOWNLOADED_TRANSLATIONS_PATH))
21
+ .downloadToPath(DOWNLOADED_TRANSLATIONS_PATH)
22
.then(() => crowdin.getTranslationStatus())
23
.then(locales => {
24
const usableLocales = locales
0 commit comments