Added langs array and fix update lang message

This commit is contained in:
Joseph Cohen
2015-01-14 15:49:38 -06:00
parent 99b5a77543
commit 9e0aa32818
4 changed files with 25 additions and 10 deletions
+9
View File
@@ -0,0 +1,9 @@
<?php
return [
// Enabled langs
'de' => 'Deutsch',
'en' => 'English',
'fr' => 'Français',
'pt-BR' => 'Portuguese, Brazilian',
];