-
-
Notifications
You must be signed in to change notification settings - Fork 18
App\Exceptions\LanguageNotInISO639: Language code ua not found in ISO 639-1. #623
Copy link
Copy link
Open
Labels
bug 🐛Something isn't workingSomething isn't working
Description
Sentry Issue: WEBSITE-FACTORY-49
App\Exceptions\LanguageNotInISO639: Language code `ua` not found in ISO 639-1.
File "/app/Services/ISO_639_1.php", line 969, in App\Services\ISO_639_1::getLanguage
throw new LanguageNotInISO639($code);
File "/app/Services/ISO_639_1.php", line 987, in App\Services\ISO_639_1::getCombinedLanguageName
$language = self::getLanguage($code);
File "/app/Models/Language.php", line 72, in App\Models\Language::getNameAttribute
return ISO_639_1::getCombinedLanguageName($this->code);
File "/app/Providers/LanguageServiceProvider.php", line 22, in App\Providers\LanguageServiceProvider::App\Providers\{closure}
$language->code => $language->only([
File "/app/Providers/LanguageServiceProvider.php", line 21, in App\Providers\LanguageServiceProvider::App\Providers\{closure}
->mapWithKeys(fn (Language $language) => [
...
(50 additional frame(s) were not displayed)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bug 🐛Something isn't workingSomething isn't working
Type
Projects
Status
Todo