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

Add setup.cfg for convenience commands for translations #24

Merged
merged 1 commit into from
Mar 2, 2022

Conversation

anthonyfok
Copy link
Member

Add Babel options catered to the locale/ directory of the pygeoapi repo
so that the following convenient commands can be used without additional
command-line options for managing translation files:

python3 setup.py compile_catalog
python3 setup.py extract_messages
python3 setup.py init_catalog
python3 setup.py update_catalog

See https://babel.pocoo.org/en/latest/setup.html

Add Babel options catered to the locale/ directory of the pygeoapi repo
so that the following convenient commands can be used without additional
command-line options for managing translation files:

	python3 setup.py compile_catalog
	python3 setup.py extract_messages
	python3 setup.py init_catalog
	python3 setup.py update_catalog

See https://babel.pocoo.org/en/latest/setup.html
@anthonyfok anthonyfok added the Enhancement New feature or request label Mar 2, 2022
@anthonyfok anthonyfok added this to the Sprint 53 milestone Mar 2, 2022
@anthonyfok anthonyfok requested a review from jvanulde March 2, 2022 11:41
@anthonyfok anthonyfok self-assigned this Mar 2, 2022
@anthonyfok anthonyfok merged commit ad8ec02 into OpenDRR:master Mar 2, 2022
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

Successfully merging this pull request may close these issues.

2 participants