OpenDRR / pygeoapi

pygeoapi is a Python server implementation of the OGC API suite of standards. The project emerged as part of the next generation OGC API efforts in 2018 and provides the capability for organizations to deploy a RESTful OGC API endpoint using OpenAPI, GeoJSON, and HTML. pygeoapi is open source and released under an MIT license.
https://pygeoapi.io
MIT License
0 stars 1 forks source link

Add setup.cfg for convenience commands for translations #24

Closed anthonyfok closed 2 years ago

anthonyfok commented 2 years ago

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