Skip to content

Commit 6936a70

Browse files
committed
chore: release v2.2.1
* (H5N1v2) fix: Correct quotation marks for relative humidity translation in French
1 parent 42cf8b0 commit 6936a70

5 files changed

Lines changed: 19 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ The adapter provides dynamic icon paths that can be used directly in visualizati
7171

7272
---
7373
## Change Log
74-
### **WORK IN PROGRESS**
74+
### 2.2.1 (2026-01-26)
7575
* (H5N1v2) fix: Correct quotation marks for relative humidity translation in French
7676

7777
### 2.2.0 (2026-01-26)

build/i18n/fr.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

io-package.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
{
22
"common": {
33
"name": "open-meteo-weather",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"news": {
6+
"2.2.1": {
7+
"en": "fix: Correct quotation marks for relative humidity translation in French",
8+
"de": "fix: Richtige Anführungszeichen für relative Luftfeuchtigkeit Übersetzung auf Französisch",
9+
"ru": "правильные кавычки для перевода относительной влажности на французский язык",
10+
"pt": "correção: Aspas corretas para a tradução de umidade relativa em francês",
11+
"nl": "fix: Correcte aanhalingstekens voor relatieve vochtigheid vertaling in het Frans",
12+
"fr": "correctif: correct guillemets pour la traduction d'humidité relative en français",
13+
"it": "correzione: Corretto segno di quotazione per la traduzione relativa di umidità in francese",
14+
"es": "fijado: Marcas de citas correctas para la traducción de humedad relativa en francés",
15+
"pl": "fix: Prawidłowe znaki cytowania dla tłumaczenia wilgotności względnej w języku francuskim",
16+
"uk": "виправити: Правильні оцінки цін на відносний переклад вологості французьким",
17+
"zh-cn": "fix: 法文相对湿度翻译的正确引号"
18+
},
619
"2.2.0": {
720
"en": "add unit translations for improved localization in weather data\nadd additional pollen units and translations to unit maps\nadd carbon monoxide, dust, olive pollen, and ozone in air quality & translations\nrefactor weather data fetching to use constants for parameter keys\nremove unused dependencies and scripts\nadd image for wind warning",
821
"de": "einheitsübersetzungen für eine verbesserte lokalisierung in wetterdaten hinzufügen\nzusätzliche polleneinheiten und übersetzungen zu einheitskarten hinzufügen\nkohlenmonoxid, staub, olivenpollen und ozon in luftqualität & übersetzungen hinzufügen\nrefactor wetterdaten fetching, um konstanten für parameterschlüssel zu verwenden\nungenutzte abhängigkeiten und skripte entfernen\nbild für windwarnung hinzufügen",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iobroker.open-meteo-weather",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "Get local weather, air quality and pollen data from Open-Meteo.com",
55
"author": {
66
"name": "H5N1",

0 commit comments

Comments
 (0)