Skip to content

Commit

Permalink
fix: change to flask-babel
Browse files Browse the repository at this point in the history
  • Loading branch information
ElJocho committed Feb 28, 2024
1 parent bdea832 commit 132298b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/crowdin-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
python-version: '3.11'
- name: Install dependencies
run: |
python3.11 -m pip install Babel
python3.11 -m pip install Flask-Babel
pybabel extract -F sketch_map_tool/config/babel.cfg -o messages.pot .
- name: Sync GH and Crowdin
uses: crowdin/[email protected]
Expand Down

0 comments on commit 132298b

Please sign in to comment.