mirror of
https://github.com/seerr-team/seerr.git
synced 2026-08-07 05:32:42 -04:00
fix: correctly fall back to English name in LanguageSelector (#1537)
* fix: correctly fall back to English name in LanguageSelector * refactor: clean up language sort & name logic * refactor: also clean up region sort & name logic * refactor: use arrow functions
This commit is contained in:
1 parent
b7b55e275c
commit
189313e94a
5 files changed
+49
-132
No files matched your search
@@ -14,6 +14,7 @@ export interface Library {
|
||||
export interface Region {
|
||||
iso_3166_1: string;
|
||||
english_name: string;
|
||||
name?: string;
|
||||
}
|
||||
|
||||
export interface Language {
|
||||
|
||||
Reference in new issue
Block a user