You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use a workaround to display weather in my language (french): I pipe curl output in a sed file:
$ curl http://wttr.in 2>/dev/null | sed -f wttr_sed_file
You can adapt it for your language easily. You completed it as work progresses. Here is the link to download it.
Warning, You need to download it, do not copy/paste from your browser because of escape characters in it.
A screenshot:
I just noticed your wttr.in instance already has localization support, but I can not find the code in the repository. Could you add it? People can better help with the translations then.
Is it possible? Perharbs as auto detection/ "-locale_code" argument?
If weather server does not provide it, we can translate it manually I think.
The text was updated successfully, but these errors were encountered: