diff --git a/src/features/hideOfficialArtistVideosFromHomePage/index.css b/src/features/hideOfficialArtistVideosFromHomePage/index.css index ca37b971..d48d9764 100644 --- a/src/features/hideOfficialArtistVideosFromHomePage/index.css +++ b/src/features/hideOfficialArtistVideosFromHomePage/index.css @@ -1,3 +1,3 @@ .yte-hide-official-artist-videos-from-home-page { display: none !important; -} \ No newline at end of file +} diff --git a/src/i18n/constants.ts b/src/i18n/constants.ts index b86a717d..772eb3d3 100644 --- a/src/i18n/constants.ts +++ b/src/i18n/constants.ts @@ -1,26 +1,26 @@ export const availableLocales = [ - "ca-ES", - "cs-CZ", - "de-DE", - "en-GB", - "en-US", - "es-ES", - "fa-IR", - "fr-FR", - "he-IL", - "hi-IN", - "it-IT", - "ja-JP", - "ko-KR", - "pl-PL", - "pt-BR", - "ru-RU", - "sv-SE", - "tr-TR", - "uk-UA", - "vi-VN", - "zh-CN", - "zh-TW" + "ca-ES", + "cs-CZ", + "de-DE", + "en-GB", + "en-US", + "es-ES", + "fa-IR", + "fr-FR", + "he-IL", + "hi-IN", + "it-IT", + "ja-JP", + "ko-KR", + "pl-PL", + "pt-BR", + "ru-RU", + "sv-SE", + "tr-TR", + "uk-UA", + "vi-VN", + "zh-CN", + "zh-TW" ] as const; export const localePercentages: Record = { "en-US": 100,