mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-04-21 03:04:34 +10:00
Greek Language added
https: //github.com/SpotX-CLI/SpotX-Win/issues/275 Co-Authored-By: NickMihal <86963425+NickMihal@users.noreply.github.com>
This commit is contained in:
@@ -119,7 +119,7 @@ function Format-LanguageCode {
|
||||
|
||||
|
||||
$supportLanguages = @(
|
||||
'en', 'ru', 'it', 'tr', 'ka', 'pl', 'es', 'fr', 'hi', 'pt', 'id', 'vi', 'ro', 'de', 'hu', 'zh', 'zh-TW', 'ko', 'ua', 'fa', 'sr', 'lv', 'bn'
|
||||
'en', 'ru', 'it', 'tr', 'ka', 'pl', 'es', 'fr', 'hi', 'pt', 'id', 'vi', 'ro', 'de', 'hu', 'zh', 'zh-TW', 'ko', 'ua', 'fa', 'sr', 'lv', 'bn', 'el'
|
||||
)
|
||||
|
||||
|
||||
@@ -217,6 +217,10 @@ function Format-LanguageCode {
|
||||
$returnCode = 'bn'
|
||||
break
|
||||
}
|
||||
'^el' {
|
||||
$returnCode = 'el'
|
||||
break
|
||||
}
|
||||
Default {
|
||||
$returnCode = $PSUICulture
|
||||
$long_code = $true
|
||||
|
||||
Reference in New Issue
Block a user