add indonesian to build script

This commit is contained in:
Akash Mozumdar 2019-05-31 19:11:42 -04:00 committed by GitHub
parent 1af629b2d2
commit 2517393688
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ foreach ($language in @{
SIMPLIFIED_CHINESE="简体中文";
RUSSIAN="Русский";
TURKISH="Türkçe";
INDONESIAN="Bahasa";
}.GetEnumerator())
{
$folder = "Textractor-$($language.Value)-$version";