fix Filipino translation

This commit is contained in:
amd64fox
2023-04-17 12:48:50 +03:00
committed by GitHub
parent 0cc59987b6
commit 35d4ffe26c

View File

@@ -212,7 +212,7 @@ function Format-LanguageCode {
$returnCode = 'el'
break
}
'^fi' {
'^fi$' {
$returnCode = 'fi'
break
}