diff --git a/Services/UVDeskService.php b/Services/UVDeskService.php index 578bacded..8e31d36fc 100644 --- a/Services/UVDeskService.php +++ b/Services/UVDeskService.php @@ -102,6 +102,7 @@ public function getLocalesList() 'da' => $translator->trans("Danish"), 'zh' => $translator->trans("Chinese"), 'pl' => $translator->trans("Polish"), + 'pt_BR' => $translator->trans("Portuguese"), ]; }