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

Remove French msgstr's which inadvertently got in English PO file #13

Closed anthonyfok closed 2 years ago

anthonyfok commented 2 years ago

Caught this while checking recent commits and comparing difference from upstream geopython/pygeoapi, but I could be wrong. Thanks!

jvanulde commented 2 years ago

Fixed by https://github.com/OpenDRR/pygeoapi/commit/cd2ca8d31fa9ce544722708a6faacb974ed9ddac

anthonyfok commented 2 years ago

They would need to be added into the French PO file then.

The two entries ("Next" -> "Suivant"; "Data Types" -> "Type de données") were already in the French PO file, added upstream by Paul van Genuchten on August 23 in commit 995ab2f04dd1b58610a0c0a3c2898dd5e1851a66

Fixed by cd2ca8d

But cd2ca8d did not touch locale/en/LC_MESSAGES/messages.po

The two French translation entries in the English PO file came from e6ec1b50 (Oct 6) and are found in our OpenDRR fork only. I guess my question is: were these two translation entries added on purpose as a workaround or something like that?

jvanulde commented 2 years ago

I'm actually not sure what happened now. I'll merge and see what the fallout is.