diff options
| author | cvium <clausvium@gmail.com> | 2022-10-28 22:38:57 -0400 |
|---|---|---|
| committer | Joshua M. Boniface <joshua@boniface.me> | 2022-10-28 22:38:57 -0400 |
| commit | e577fea59c90ea2a36cfdfb7dd6a119a8129079c (patch) | |
| tree | 28af5d0bedd39b634d27064e557f5bb37e47072c | |
| parent | bf059d5b581c5dad17f38e1733962e5a14f64281 (diff) | |
Backport pull request #8499 from jellyfin/release-10.8.z
chore: add Basque to the list of localization options
Original-merge: d8e53f35a51af6f9709841222d9a668d7be73e8c
Merged-by: Claus Vium <cvium@users.noreply.github.com>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
| -rw-r--r-- | Emby.Server.Implementations/Localization/LocalizationManager.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/Localization/LocalizationManager.cs b/Emby.Server.Implementations/Localization/LocalizationManager.cs index 281dbb00b..22b283b8a 100644 --- a/Emby.Server.Implementations/Localization/LocalizationManager.cs +++ b/Emby.Server.Implementations/Localization/LocalizationManager.cs @@ -386,6 +386,7 @@ namespace Emby.Server.Implementations.Localization yield return new LocalizationOption("Español (Dominicana)", "es_DO"); yield return new LocalizationOption("Español (México)", "es-MX"); yield return new LocalizationOption("Eesti", "et"); + yield return new LocalizationOption("Basque", "eu"); yield return new LocalizationOption("فارسی", "fa"); yield return new LocalizationOption("Suomi", "fi"); yield return new LocalizationOption("Filipino", "fil"); |
