Update L5 branch.

This commit is contained in:
James Brooks
2015-04-18 13:59:37 +01:00
parent 191e17b1a6
commit 7c9fff983e
73 changed files with 2650 additions and 464 deletions

16
config/langs.php Normal file → Executable file
View File

@@ -2,10 +2,14 @@
return [
// Enabled langs
'en-UD' => 'CrowdIn - InContext Localization',
'de' => 'Deutsch',
'en' => 'English',
'es' => 'Español',
'fr' => 'Français',
'pt-BR' => 'Portuguese, Brazilian',
'en-UD' => 'CrowdIn - InContext Localization',
'de' => 'Deutsch',
'en' => 'English',
'pl' => 'Polski',
'es' => 'Español',
'fr' => 'Français',
'nl' => 'Nederlands',
'pt-BR' => 'Portuguese, Brazilian',
'zh-Hant' => 'Chinese (Traditional)',
'zh-Hans' => 'Chinese (Simplified)',
];