We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcaee4f commit 110157eCopy full SHA for 110157e
Makefile
@@ -233,7 +233,7 @@ i18n-pretranslate:
233
i18n-pretranslate-approve-all:
234
yarn exec crowdin pre-translate -- --branch ${CROWDIN_BRANCH} --translate-untranslated-only --method=tm --auto-approve-option=all
235
236
-i18n-download-translations:
+i18n-download-translations: i18n-extract-frontend
237
yarn exec crowdin download -- --branch ${CROWDIN_BRANCH}
238
python build_tools/i18n/cleanup_unsupported_languages.py
239
yarn exec kolibri-i18n code-gen -- --output-dir ./packages/kolibri/utils/internal
0 commit comments