Skip to content

Commit

Permalink
removed failing i18n build for the frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Nov 3, 2023
1 parent 153eaa0 commit 50047c7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions webclient/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ do
# make sure we are really only building the right theme and language
sed -i "s/\$theme: .*/\$theme: \"${THEME}\";/" src/assets/variables.scss
sed -i "s/locale: .*/locale: \"${LANG}\",/" src/main.ts
sed -i "/fallbackLocale: .*/d" src/main.ts
sed -i "s/messages: .*/messages: { ${LANG} },/" src/main.ts

echo "Building ${LANG}-${THEME}"
npm run build-only
Expand Down

0 comments on commit 50047c7

Please sign in to comment.