From 35d4ffe26c49754b3de44d67abf87a2ab3eb87a6 Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Mon, 17 Apr 2023 12:48:50 +0300 Subject: [PATCH] fix Filipino translation --- Install.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Install.ps1 b/Install.ps1 index a7815e5..30a00b6 100644 --- a/Install.ps1 +++ b/Install.ps1 @@ -212,7 +212,7 @@ function Format-LanguageCode { $returnCode = 'el' break } - '^fi' { + '^fi$' { $returnCode = 'fi' break }