Fix code standards, update language files.

This commit is contained in:
James Brooks
2015-06-16 09:07:49 +01:00
parent 49411d8568
commit 9d879b162e
84 changed files with 613 additions and 613 deletions
+2 -2
View File
@@ -221,8 +221,8 @@ return [
'Validator' => 'Illuminate\Support\Facades\Validator',
'View' => 'Illuminate\Support\Facades\View',
'Setting' => 'CachetHQ\Cachet\Facades\Setting',
'Str' => 'Illuminate\Support\Str',
'Setting' => 'CachetHQ\Cachet\Facades\Setting',
'Str' => 'Illuminate\Support\Str',
],
+11 -11
View File
@@ -11,15 +11,15 @@
return [
// Enabled langs
'en-UD' => 'CrowdIn - InContext Localization',
'de' => 'Deutsch',
'en' => 'English',
'pl' => 'Polski',
'es' => 'Español',
'fr' => 'Français',
'id' => 'Indonesian',
'nl' => 'Nederlands',
'pt-BR' => 'Portuguese, Brazilian',
'zh-CN' => '简体中文',
'zh-TW' => '繁體中文',
'en-UD' => 'CrowdIn - InContext Localization',
'de' => 'Deutsch',
'en' => 'English',
'pl' => 'Polski',
'es' => 'Español',
'fr' => 'Français',
'id' => 'Indonesian',
'nl' => 'Nederlands',
'pt-BR' => 'Portuguese, Brazilian',
'zh-CN' => '简体中文',
'zh-TW' => '繁體中文',
];