Skip to content

Commit

Permalink
fix: i18n (#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
just-toby authored Mar 1, 2023
1 parent 33bd22e commit 0c7498a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: ./.github/actions/setup
- run: yarn prepare

- run: yarn i18n:extract
- run: yarn prei18n:extract
- uses: crowdin/[email protected]
with:
upload_sources: true
Expand All @@ -30,6 +30,7 @@ jobs:
project_id: 458284
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: yarn i18n:compile

- run: yarn test
if: success()
Expand Down

1 comment on commit 0c7498a

@vercel
Copy link

@vercel vercel bot commented on 0c7498a Mar 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

widgets – ./

widgets-git-main-uniswap.vercel.app
widgets-seven-tau.vercel.app
widgets-uniswap.vercel.app

Please sign in to comment.