Skip to content

Commit 110157e

Browse files
authored
Add frontend extraction dependency for download as CSV files are not committed
1 parent dcaee4f commit 110157e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ i18n-pretranslate:
233233
i18n-pretranslate-approve-all:
234234
yarn exec crowdin pre-translate -- --branch ${CROWDIN_BRANCH} --translate-untranslated-only --method=tm --auto-approve-option=all
235235

236-
i18n-download-translations:
236+
i18n-download-translations: i18n-extract-frontend
237237
yarn exec crowdin download -- --branch ${CROWDIN_BRANCH}
238238
python build_tools/i18n/cleanup_unsupported_languages.py
239239
yarn exec kolibri-i18n code-gen -- --output-dir ./packages/kolibri/utils/internal

0 commit comments

Comments
 (0)