From 7bdb8bd1629e5d57e08f400a1f6283a7363b7118 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 3 Oct 2017 12:30:24 +0200 Subject: [PATCH] New translations config.php (Indonesian) --- resources/lang/id_ID/config.php | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 resources/lang/id_ID/config.php diff --git a/resources/lang/id_ID/config.php b/resources/lang/id_ID/config.php new file mode 100644 index 0000000000..9fe187d98c --- /dev/null +++ b/resources/lang/id_ID/config.php @@ -0,0 +1,25 @@ + 'en, English, en_US, en_US.utf8, en_US.UTF-8', + 'month' => '%B %Y', + 'month_and_day' => '%B %e, %Y', + 'date_time' => '%B %e, %Y, @ %T', + 'specific_day' => '%e %B %Y', + 'week_in_year' => 'Week %W, %Y', + 'quarter_of_year' => '%B %Y', + 'year' => '%Y', + 'half_year' => '%B %Y', + +];