Added Belarusian translation

Co-Authored-By: CarManBelarus <24219338+carmanbelarus@users.noreply.github.com>
This commit is contained in:
amd64fox
2025-03-19 00:05:03 +03:00
co-authored by CarManBelarus
parent da6c118859
commit b1c94bf550
2 changed files with 54 additions and 1 deletions
+5 -1
View File
@@ -129,13 +129,17 @@ function Format-LanguageCode {
)
$supportLanguages = @(
'bn', 'cs', 'de', 'el', 'en', 'es', 'fa', 'fi', 'fil', 'fr', 'hi', 'hu',
'be', 'bn', 'cs', 'de', 'el', 'en', 'es', 'fa', 'fi', 'fil', 'fr', 'hi', 'hu',
'id', 'it', 'ja', 'ka', 'ko', 'lv', 'pl', 'pt', 'ro', 'ru', 'sk', 'sr',
'sv', 'ta', 'tr', 'ua', 'vi', 'zh', 'zh-TW'
)
# Trim the language code down to two letter code.
switch -Regex ($LanguageCode) {
'^be' {
$returnCode = 'be'
break
}
'^bn' {
$returnCode = 'bn'
break