Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/weblate-notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
run: |
curl -s --fail -X POST \
-H "Authorization: Token ${{ secrets.WEBLATE_API_TOKEN }}" \
"https://hosted.weblate.org/api/components/dynamic-weaher-card/<COMPONENT_SLUG>/repository/" \
"https://hosted.weblate.org/api/components/dynamic-weaher-card/main/repository/" \
-d "operation=pull"
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

[![Stars](https://img.shields.io/github/stars/teuchezh/dynamic-weather-card?style=social)](https://github.com/teuchezh/dynamic-weather-card/stargazers)
[![Issues](https://img.shields.io/github/issues/teuchezh/dynamic-weather-card?style=social&logo=github)](https://github.com/teuchezh/dynamic-weather-card/issues)
[![Translation status](https://hosted.weblate.org/widget/dynamic-weaher-card/-/svg-badge.svg)](https://hosted.weblate.org/engage/dynamic-weaher-card/)

**[English](#)** | [Русский](README.ru.md)

Expand Down Expand Up @@ -253,7 +254,7 @@ The card automatically detects your Home Assistant language or you can set it ma
| Magyar | `hu` | ✅ Complete |
| Slovenčina | `sk` | ✅ Complete |

Want to add your language? [Contribute here!](https://github.com/teuchezh/dynamic-weather-card/tree/main/src/internationalization/locales)
Want to add or improve a translation? Contribute via **[Weblate](https://hosted.weblate.org/engage/dynamic-weaher-card/)** — no coding required!

---

Expand Down
3 changes: 2 additions & 1 deletion README.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

[![Звёзды](https://img.shields.io/github/stars/teuchezh/dynamic-weather-card?style=social)](https://github.com/teuchezh/dynamic-weather-card/stargazers)
[![Вопросы](https://img.shields.io/github/issues/teuchezh/dynamic-weather-card?style=social&logo=github)](https://github.com/teuchezh/dynamic-weather-card/issues)
[![Статус переводов](https://hosted.weblate.org/widget/dynamic-weaher-card/-/svg-badge.svg)](https://hosted.weblate.org/engage/dynamic-weaher-card/)

[English](README.md) | **Русский**

Expand Down Expand Up @@ -251,7 +252,7 @@ show_humidity: true
| Español | `es` | ✅ Полный |
| Italiano | `it` | ✅ Полный |

Хотите добавить свой язык? [Внесите вклад здесь!](https://github.com/teuchezh/dynamic-weather-card/tree/main/src/internationalization/locales)
Хотите добавить или улучшить перевод? Помогите через **[Weblate](https://hosted.weblate.org/engage/dynamic-weaher-card/)** — без написания кода!

---

Expand Down