From dcf7d62ca50bef70cb3c8b665914d01492348f96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Colombaro?= Date: Fri, 15 May 2015 13:33:53 +0200 Subject: [PATCH] Add id in langs Fixes crash on install --- config/langs.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/langs.php b/config/langs.php index ca294c99..eae4ecbe 100755 --- a/config/langs.php +++ b/config/langs.php @@ -17,6 +17,7 @@ return [ 'pl' => 'Polski', 'es' => 'Español', 'fr' => 'Français', + 'id' => 'Indonesian', 'nl' => 'Nederlands', 'pt-BR' => 'Portuguese, Brazilian', 'zh-CN' => '简体中文',