null8626 / python-weather

A free and asynchronous weather API wrapper made in python, for python.
https://python-weather.rtfd.io
MIT License
100 stars 31 forks source link

How to change the translation of language #59

Open commet24 opened 2 months ago

commet24 commented 2 months ago

Russian language is half translated. I want to change translation of non-translated strings by myself. How can I do it?

null8626 commented 2 months ago

Hai! I am afraid this is an issue on the API in which the library depends on (wttr.in). Please file an issue regarding this in https://github.com/chubin/wttr.in instead.

null8626 commented 2 months ago

If you want to, you can also make a pull request on wttr.in modifying the locale.go file and the changes should be reflected here!