mirror of
https://github.com/Viren070/MediaFusion.git
synced 2025-12-01 23:21:11 +01:00
#428: Added more language filter supports
This commit is contained in:
@@ -275,6 +275,12 @@ LANGUAGES_FILTERS = [
|
||||
"Turkish",
|
||||
"Greek",
|
||||
"Swedish",
|
||||
"Romanian",
|
||||
"Hungarian",
|
||||
"Finnish",
|
||||
"Norwegian",
|
||||
"Danish",
|
||||
"Hebrew",
|
||||
None,
|
||||
]
|
||||
|
||||
@@ -334,4 +340,10 @@ LANGUAGE_COUNTRY_FLAGS = {
|
||||
"Turkish": "🇹🇷",
|
||||
"Greek": "🇬🇷",
|
||||
"Swedish": "🇸🇪",
|
||||
"Romanian": "🇷🇴",
|
||||
"Hungarian": "🇭🇺",
|
||||
"Finnish": "🇫🇮",
|
||||
"Norwegian": "🇳🇴",
|
||||
"Danish": "🇩🇰",
|
||||
"Hebrew": "🇮🇱",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user