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/posts/modules/prettyweather/index.html b/docs/posts/modules/prettyweather/index.html
index fc88defa..3a1d57f0 100644
--- a/docs/posts/modules/prettyweather/index.html
+++ b/docs/posts/modules/prettyweather/index.html
@@ -163,6 +163,7 @@ height="0" width="0" style="display:none;visibility:hidden">
refreshInterval: 300
unit: "c"
view: 0
+ language: "en"
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.