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' ); }