mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-02-22 12:40:32 +09:00
change: added language pt in configuration, translated validation for pt-br
This commit is contained in:
@@ -133,6 +133,7 @@ class SettingsSeeder extends Seeder
|
||||
'sv' => 'Svenska (Swedish)',
|
||||
'es' => 'Español (Spanish)',
|
||||
'tr' => 'Türkçe (Turkish)',
|
||||
'pt' => 'Português (Brasil)'
|
||||
]);
|
||||
if ($languages = Setting::find(5)) {
|
||||
$languages->options = $language_options;
|
||||
|
||||
Reference in New Issue
Block a user