mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-04-21 03:04:34 +10:00
added Bengali (Bangla)
- added Bengali (Bangla) language translation https://github.com/SpotX-CLI/SpotX-Win/issues/264 Co-Authored-By: RHYTHM <66105148+nishatrhythm@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'
|
||||
'en', 'ru', 'it', 'tr', 'ka', 'pl', 'es', 'fr', 'hi', 'pt', 'id', 'vi', 'ro', 'de', 'hu', 'zh', 'zh-TW', 'ko', 'ua', 'fa', 'sr', 'lv', 'bn'
|
||||
)
|
||||
|
||||
|
||||
@@ -213,6 +213,10 @@ function Format-LanguageCode {
|
||||
$returnCode = 'lv'
|
||||
break
|
||||
}
|
||||
'^bn' {
|
||||
$returnCode = 'bn'
|
||||
break
|
||||
}
|
||||
Default {
|
||||
$returnCode = $PSUICulture
|
||||
$long_code = $true
|
||||
|
||||
Reference in New Issue
Block a user