Skip to content

Commit aee9bdc

Browse files
author
Clement Hoang
committed
Make script runnable again
1 parent 5efa663 commit aee9bdc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crowdin/download.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ function main() {
1717

1818
crowdin
1919
// .export() // Not sure if this should be called in the script since it could be very slow
20-
.then(() => crowdin.downloadToPath(DOWNLOADED_TRANSLATIONS_PATH))
20+
// .then(() => crowdin.downloadToPath(DOWNLOADED_TRANSLATIONS_PATH))
21+
.downloadToPath(DOWNLOADED_TRANSLATIONS_PATH)
2122
.then(() => crowdin.getTranslationStatus())
2223
.then(locales => {
2324
const usableLocales = locales

0 commit comments

Comments
 (0)