Cachet is now a Laravel 5 app
This commit is contained in:
11
config/langs.php
Normal file
11
config/langs.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
// Enabled langs
|
||||
'en-UD' => 'CrowdIn - InContext Localization',
|
||||
'de' => 'Deutsch',
|
||||
'en' => 'English',
|
||||
'es' => 'Español',
|
||||
'fr' => 'Français',
|
||||
'pt-BR' => 'Portuguese, Brazilian',
|
||||
];
|
||||
Reference in New Issue
Block a user