From 25173936884cf3c0ec7a15d86c3efe261cd977b9 Mon Sep 17 00:00:00 2001 From: Akash Mozumdar Date: Fri, 31 May 2019 19:11:42 -0400 Subject: [PATCH] add indonesian to build script --- deploy.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy.ps1 b/deploy.ps1 index 35286df..2f6431c 100644 --- a/deploy.ps1 +++ b/deploy.ps1 @@ -12,6 +12,7 @@ foreach ($language in @{ SIMPLIFIED_CHINESE="简体中文"; RUSSIAN="Русский"; TURKISH="Türkçe"; + INDONESIAN="Bahasa"; }.GetEnumerator()) { $folder = "Textractor-$($language.Value)-$version";