Skip to content
Permalink
Browse files
Add l10n process to bootstrap script
  • Loading branch information
smithellis committed Jan 27, 2023
1 parent 6c1400d commit 6d208c5
Showing 1 changed file with 4 additions and 0 deletions.
@@ -2,8 +2,12 @@

set -ex

# Install and setup localization
./scripts/l10n-fetch-lint-compile.sh

# Collect the JavaScript catalog files.
python manage.py compilejsi18n

# Install Node dependencies, run the weback build, and pre-render the svelte templates.
npm run development && npm run webpack:build && npm run webpack:build:pre-render
# Run the DB migrations.

0 comments on commit 6d208c5

Please sign in to comment.