pretty print

This commit is contained in:
amd64fox
2022-10-08 15:54:02 +03:00
committed by GitHub
parent fd77cf5994
commit d5e5234dd9

View File

@@ -163,7 +163,7 @@ function Format-LanguageCode {
$returnCode = 'ro'
break
}
'^de' {
'^de' {
$returnCode = 'de'
break
}