From b8f4da93146d1ca4d49bc065c634f7001ce2ce0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tr=E1=BA=A7n=20Ng=E1=BB=8Dc=20Qu=C3=A2n?= Date: Wed, 31 Jan 2018 08:13:51 +0700 Subject: [PATCH] Add Vietnamese language MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Trần Ngọc Quân --- application/helpers/locale_helper.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/helpers/locale_helper.php b/application/helpers/locale_helper.php index 69aeba935..68087e4c5 100644 --- a/application/helpers/locale_helper.php +++ b/application/helpers/locale_helper.php @@ -56,6 +56,7 @@ function get_languages() 'sv:swedish' => 'Swedish', 'th:thai' => 'Thai', 'tr:turkish' => 'Turkish', + 'vi:vietnamese' => 'Vietnamese', 'zh:simplified-chinese' => 'Chinese' ); }