Skip to content

Commit 4a0d0ac

Browse files
authored
1 parent 3c21c36 commit 4a0d0ac

File tree

3 files changed

+2
-15
lines changed

3 files changed

+2
-15
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ If showing the moon phase is enabled, the icon will be rotated to match the appr
3737

3838
## Installation
3939

40-
Please ensure you have [HACS](https://hacs.xyz/) and the [Sun integration](https://www.home-assistant.io/integrations/sun/) enabled in your Home Assistant setup.
40+
Please ensure you have [HACS](https://hacs.xyz/) and the [Sun integration](https://www.home-assistant.io/integrations/sun/) enabled in your Home Assistant setup.
4141

4242
If you have My Home Assistant configured, simply click here:
4343

@@ -154,7 +154,6 @@ Supported options for the `language` setting:
154154
- `en` English
155155
- `es` Spanish
156156
- `et` Estonian
157-
- `fa` Persian
158157
- `fi` Finnish
159158
- `fr` French
160159
- `gl` Galician

src/assets/localization/languages/fa.json

-11
This file was deleted.

src/constants.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import el from './assets/localization/languages/el.json'
77
import en from './assets/localization/languages/en.json'
88
import es from './assets/localization/languages/es.json'
99
import et from './assets/localization/languages/et.json'
10-
import fa from './assets/localization/languages/fa.json'
1110
import fi from './assets/localization/languages/fi.json'
1211
import fr from './assets/localization/languages/fr.json'
1312
import gl from './assets/localization/languages/gl.json'
@@ -147,6 +146,6 @@ export class Constants {
147146
static readonly MOON_RADIUS = 14
148147

149148
static readonly LOCALIZATION_LANGUAGES: Record<string, THorizonCardI18NKeys> = {
150-
bg, ca, cs, da, de, el, en, es, et, fa, fi, fr, gl, he, hr, hu, is, it, ja, ko, lt, ms, nb, nl, nn, pl, pt, 'pt-BR': ptBR, ro, ru, sk, sl, sv, tr, uk, 'zh-Hans': zh_Hans, 'zh-Hant': zh_Hant
149+
bg, ca, cs, da, de, el, en, es, et, fi, fr, gl, he, hr, hu, is, it, ja, ko, lt, ms, nb, nl, nn, pl, pt, 'pt-BR': ptBR, ro, ru, sk, sl, sv, tr, uk, 'zh-Hans': zh_Hans, 'zh-Hant': zh_Hant
151150
}
152151
}

0 commit comments

Comments
 (0)