Skip to content
Snippets Groups Projects
Unverified Commit 7772e623 authored by Luis Paolini's avatar Luis Paolini Committed by GitHub
Browse files

Make the translation artifacts build in parallel rather than sequentially (#45898)

parent 7b7d84f1
No related branches found
No related tags found
No related merge requests found
......@@ -32,8 +32,7 @@
;; Empty directory in case some locales were removed
(u/delete-file-if-exists! backend/target-directory)
(u/delete-file-if-exists! frontend/target-directory)
(doseq [locale (i18n/locales)]
(create-artifacts-for-locale! locale)))
(doall (pmap create-artifacts-for-locale! (i18n/locales))))
(defn create-all-artifacts!
"Create backend and frontend i18n artifacts."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment