diff --git a/.all-contributorsrc b/.all-contributorsrc
index e9f769c0..fdb1675f 100644
--- a/.all-contributorsrc
+++ b/.all-contributorsrc
@@ -245,6 +245,13 @@
"name": "bertl4398",
"avatar_url": "https://avatars2.githubusercontent.com/u/1226441?v=4",
"profile": "https://github.com/bertl4398",
+ "contributions": []
+ },
+ {
+ "login": "Ferenc-",
+ "name": "Ferenc-",
+ "avatar_url": "https://avatars2.githubusercontent.com/u/6553695?v=4",
+ "profile": "https://github.com/Ferenc-",
"contributions": [
]
}
diff --git a/README.md b/README.md
index 3415e3ae..bd5082a0 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ Thanks goes to these wonderful people:
| [
baustinanki](https://github.com/baustinanki)
| [
lucus lee](https://github.com/lixin9311)
| [
Mike Lloyd](https://github.com/mxplusb)
| [
Sergio Rubio](http://rubiojr.rbel.co)
| [
Farhad Farahi](https://github.com/FarhadF)
| [
Lasantha Kularatne](http://lasantha.blogspot.com/)
| [
Mark Old](https://github.com/dlom)
|
| [
flw](http://flw.tools/)
| [
David Barda](https://github.com/davebarda)
| [
Geoff Lee](https://github.com/matrinox)
| [
George Opritescu](http://international.github.io)
| [
Grazfather](https://twitter.com/Grazfather)
| [
Michael Cordell](http://www.mikecordell.com/)
| [
Patrick José Pereira](http://patrick.ibexcps.com)
|
| [
sherod taylor](https://github.com/sherodtaylor)
| [
Andrew Scott](http://cogentia.io)
| [
Anand Sudhir Prayaga](https://github.com/anandsudhir)
| [
Lassi Piironen](https://github.com/lsipii)
| [
BlackWebWolf](https://github.com/BlackWebWolf)
| [
andrewzolotukhin](https://github.com/andrewzolotukhin)
| [
Leon Stigter](https://retgits.github.io)
|
-| [
Amr Tamimi](https://tamimi.se)
| [
Jagdeep Singh](https://jagdeep.me)
| [
Lineu Felipe](https://github.com/darkSasori)
| [
Konstantin](https://github.com/kvj)
| [
Brendan O'Leary](http://www.brendanoleary.com)
| [
bertl4398](https://github.com/bertl4398)
|
+| [
Amr Tamimi](https://tamimi.se)
| [
Jagdeep Singh](https://jagdeep.me)
| [
Lineu Felipe](https://github.com/darkSasori)
| [
Konstantin](https://github.com/kvj)
| [
Brendan O'Leary](http://www.brendanoleary.com)
| [
bertl4398](https://github.com/bertl4398)
| [
Ferenc-](https://github.com/Ferenc-)
|
This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome!
diff --git a/_site/content/posts/modules/prettyweather.md b/_site/content/posts/modules/prettyweather.md
index 66a78c1e..24c0c4ca 100644
--- a/_site/content/posts/modules/prettyweather.md
+++ b/_site/content/posts/modules/prettyweather.md
@@ -37,6 +37,7 @@ None.
refreshInterval: 300
unit: "c"
view: 0
+ language: "en"
```
### Attributes
@@ -65,3 +66,7 @@ Values: `F` for Fahrenheit, `C` for Celcius.
`view`
_Optional_ Wttr.in view configuration.
Values: See `curl wttr.in/:help` for more details.
+
+`language`
+_Optional_ Wttr.in language configuration.
+Values: See `curl wttr.in/:translation` for more details.
diff --git a/docs/index.xml b/docs/index.xml
index 0cee85dc..3c9c63ad 100644
--- a/docs/index.xml
+++ b/docs/index.xml
@@ -207,7 +207,7 @@ position Defines where in the grid this module’s widget will be displa
city
@@ -190,6 +191,10 @@ Values: F
for Fahrenheit, C
for Celcius.
curl wttr.in/:help
for more details.
+language
+Optional Wttr.in language configuration.
+Values: See curl wttr.in/:translation
for more details.