Skip to content

Commit

Permalink
Update localize_widget.md
Browse files Browse the repository at this point in the history
  • Loading branch information
atalyaalon authored Dec 31, 2023
1 parent ad05e9b commit d8c3d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/localize_widget.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Current Widget Title for localization, if exists.
For updating messages.pot with all strings for translation - use the following commands:

1. Go to anyway container: `docker exec -it anyway bash`
2. Perform the following updates:
2. Perform the following updates inside anyway container:
- `pybabel extract -F babel.cfg -o messages.pot .`
- For updating existing po files with new strings: `pybabel update -i messages.pot -d translations`
- Update manually the translations: modify translation files - po files per language.
Expand Down

0 comments on commit d8c3d8a

Please sign in to comment.