Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it easier to generate language files #196

Closed
7h3Rabbit opened this issue Apr 16, 2023 · 3 comments
Closed

Make it easier to generate language files #196

7h3Rabbit opened this issue Apr 16, 2023 · 3 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@7h3Rabbit
Copy link
Collaborator

Today you need to know where your msgfmt.py file is installed on your python system.
You then need to run it manually for every .po file you have changed.

This is a big hassle and needs to be easier.
In the best of worlds we would generate it automatically when needed.

@7h3Rabbit 7h3Rabbit added the enhancement New feature or request label Apr 16, 2023
@7h3Rabbit 7h3Rabbit added this to the Next milestone milestone Apr 16, 2023
@7h3Rabbit 7h3Rabbit self-assigned this Apr 16, 2023
7h3Rabbit added a commit that referenced this issue Apr 16, 2023
At least this will speed up for ourselves when someone else ask us to generate it.
issue: #196
@7h3Rabbit
Copy link
Collaborator Author

We will now try to generate .mo files for you when you run command:
python .github\workflows\verify_result.py -l

@7h3Rabbit
Copy link
Collaborator Author

Solved and closed

@7h3Rabbit
Copy link
Collaborator Author

We now generate .mo files automatically when .po and .mo files doesn't match and check changes in to repository

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant