From 425d6d17f4a09e58054143986f25683af9187b29 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 5 Oct 2017 10:20:18 +0200 Subject: [PATCH] New translations config.php (Indonesian) --- resources/lang/id_ID/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/id_ID/config.php b/resources/lang/id_ID/config.php index 9fe187d98c..a0612ccddc 100644 --- a/resources/lang/id_ID/config.php +++ b/resources/lang/id_ID/config.php @@ -12,7 +12,7 @@ declare(strict_types=1); */ return [ - 'locale' => 'en, English, en_US, en_US.utf8, en_US.UTF-8', + 'locale' => 'id, Bahasa Indonesia, id_ID, id_ID.utf8, id_ID.UTF-8', 'month' => '%B %Y', 'month_and_day' => '%B %e, %Y', 'date_time' => '%B %e, %Y, @ %T',