Showing
3 changed files
with
3 additions
and
12 deletions
| ... | @@ -116,8 +116,10 @@ return [ | ... | @@ -116,8 +116,10 @@ return [ |
| 116 | 'language_select' => [ | 116 | 'language_select' => [ |
| 117 | 'en' => 'English', | 117 | 'en' => 'English', |
| 118 | 'de' => 'Deutsch', | 118 | 'de' => 'Deutsch', |
| 119 | + 'es' => 'Español', | ||
| 119 | 'fr' => 'Français', | 120 | 'fr' => 'Français', |
| 120 | - 'pt_BR' => 'Português do Brasil' | 121 | + 'nl' => 'Nederlands', |
| 122 | + 'pt_BR' => 'Português do Brasil', | ||
| 121 | ] | 123 | ] |
| 122 | /////////////////////////////////// | 124 | /////////////////////////////////// |
| 123 | ]; | 125 | ]; | ... | ... |
This diff is collapsed.
Click to expand it.
| ... | @@ -109,15 +109,4 @@ return [ | ... | @@ -109,15 +109,4 @@ return [ |
| 109 | 'users_social_connected' => ':socialAccount account was successfully attached to your profile.', | 109 | 'users_social_connected' => ':socialAccount account was successfully attached to your profile.', |
| 110 | 'users_social_disconnected' => ':socialAccount account was successfully disconnected from your profile.', | 110 | 'users_social_disconnected' => ':socialAccount account was successfully disconnected from your profile.', |
| 111 | 111 | ||
| 112 | - // Since these labels are already localized this array does not need to be | ||
| 113 | - // translated in the language-specific files. | ||
| 114 | - // DELETE BELOW IF COPIED FROM EN | ||
| 115 | - /////////////////////////////////// | ||
| 116 | - 'language_select' => [ | ||
| 117 | - 'en' => 'English', | ||
| 118 | - 'de' => 'Deutsch', | ||
| 119 | - 'fr' => 'Français', | ||
| 120 | - 'pt_BR' => 'Português do Brasil' | ||
| 121 | - ] | ||
| 122 | - /////////////////////////////////// | ||
| 123 | ]; | 112 | ]; | ... | ... |
-
Please register or sign in to post a comment