Skip to content

Commit

Permalink
## [1.9.11] 2021-01-29
Browse files Browse the repository at this point in the history
### Fixed
- Minor bug fixing
  • Loading branch information
Renato Rossi committed Jan 29, 2021
1 parent aac1729 commit 98e6da6
Show file tree
Hide file tree
Showing 13 changed files with 18 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,17 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [1.9.11] Unreleased
## [1.9.12] Unreleased
### Fixed

### Added

### Changed

## [1.9.11] 2021-01-29
### Fixed
- Minor bug fixing

## [1.9.10] 2021-01-24
### Changed
Update ClimaCel icons map
Expand Down
2 changes: 1 addition & 1 deletion dist/ha-card-weather-conditions.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/transl/da.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"first_quarter": "Første kvartal",
"waxing_gibbous": "Tiltagende måne",
"full": "Fuldmåne",
"full_moon": "Fuldmåne",
"waning_gibbous": "Aftagende måne",
"third_quarter": "Tredje kvartal",
"last_quarter": "Sidste kvartal",
Expand Down
1 change: 1 addition & 0 deletions dist/transl/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"first_quarter": "Erstes Viertel",
"waxing_gibbous": "Zunehmender Halbmond",
"full": "Vollmond",
"full_moon": "Vollmond",
"waning_gibbous": "Abnehmender Halbmond",
"third_quarter": "Drittes Viertel",
"last_quarter": "Letztes Viertel",
Expand Down
1 change: 1 addition & 0 deletions dist/transl/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"first_quarter": "First quarter",
"waxing_gibbous": "Waxing Gibbous",
"full": "Full",
"full_moon": "Full",
"waning_gibbous": "Waning Gibbous",
"third_quarter": "Third Quarter",
"last_quarter": "Last Quarter",
Expand Down
1 change: 1 addition & 0 deletions dist/transl/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"first_quarter": "Primer trimestre",
"waxing_gibbous": "Encerado Gibbous",
"full": "Completo",
"full_moon": "Completo",
"waning_gibbous": "Waning Gibbous",
"third_quarter": "Tercer cuarto",
"last_quarter": "Último cuarto",
Expand Down
1 change: 1 addition & 0 deletions dist/transl/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"first_quarter": "Premier quartier",
"waxing_gibbous": "Gibbeuse croissante",
"full": "Pleine lune",
"full_moon": "Pleine lune",
"waning_gibbous": "Gibbeuse décroissante",
"third_quarter": "Dernier quartier",
"last_quarter": "Dernier quartier",
Expand Down
3 changes: 2 additions & 1 deletion dist/transl/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"waxing_crescent": "Luna crescente",
"first_quarter": "Primo Quarto",
"waxing_gibbous": "Gibbosa crescente",
"full": "Luna piena",
"full": "Luna piena",
"full_moon": "Luna piena",
"waning_gibbous": "Gibbosa calante",
"third_quarter": "Ultimo quarto",
"last_quarter": "Ultimo quarto",
Expand Down
1 change: 1 addition & 0 deletions dist/transl/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"first_quarter": "Eerste kwartaal",
"waxing_gibbous": "Wassen Gibbous",
"full": "Volledig",
"full_moon": "Volledig",
"waning_gibbous": "Zwemmende Gibbous",
"third_quarter": "Derde Kwartier",
"last_quarter": "Laatste Kwartier",
Expand Down
1 change: 1 addition & 0 deletions dist/transl/no-NO.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"first_quarter": "Første kvartal",
"waxing_gibbous": "Tiltagende måne",
"full": "Fullmåne",
"full_moon": "Fullmåne",
"waning_gibbous": "Avtagende måne",
"third_quarter": "Tredje kvartal",
"last_quarter": "Sidste kvartal",
Expand Down
1 change: 1 addition & 0 deletions dist/transl/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"first_quarter": "Quarto Crescente",
"waxing_gibbous": "Crescente Gibosa",
"full": "Lua Cheia",
"full_moon": "Lua Cheia",
"waning_gibbous": "Minguante Gibosa",
"third_quarter": "Quarto Minguante",
"last_quarter": "Quarto Minguante",
Expand Down
1 change: 1 addition & 0 deletions dist/transl/sr-latn.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"first_quarter": "Prva četvrt",
"waxing_gibbous": "Treća osmina",
"full": "Pun mesec",
"full_moon": "Pun mesec",
"waning_gibbous": "Peta osmina",
"third_quarter": "Treća četvrtina",
"last_quarter": "Zadnja četvrtina",
Expand Down
1 change: 1 addition & 0 deletions src/ha-cwc-consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export let cwcMoonPhaseIcons = {
first_quarter: "🌓",
waxing_gibbous: "🌔",
full: "🌕",
full_moon: "🌕",
waning_gibbous: "🌖",
third_quarter: "🌗",
last_quarter: "🌗",
Expand Down

0 comments on commit 98e6da6

Please sign in to comment.