Loading app/Config/App.php +1 −1 Original line number Diff line number Diff line Loading @@ -101,7 +101,7 @@ class App extends BaseConfig * * @var string[] */ public array $supportedLocales = ['en', 'fr', 'pl']; public array $supportedLocales = ['en', 'fr', 'pl', 'de', 'pt-BR']; /** * -------------------------------------------------------------------------- Loading app/Language/.rsync-filter +2 −0 Original line number Diff line number Diff line + en/*** + fr/*** + pl/*** + de/*** + pt-BR/*** - ** app/Language/pt/Comment.php→app/Language/pt-BR/Comment.php +0 −0 File moved. View file app/Language/pt/Common.php→app/Language/pt-BR/Common.php +0 −0 File moved. View file app/Language/pt/Episode.php→app/Language/pt-BR/Episode.php +0 −0 File moved. View file Loading
app/Config/App.php +1 −1 Original line number Diff line number Diff line Loading @@ -101,7 +101,7 @@ class App extends BaseConfig * * @var string[] */ public array $supportedLocales = ['en', 'fr', 'pl']; public array $supportedLocales = ['en', 'fr', 'pl', 'de', 'pt-BR']; /** * -------------------------------------------------------------------------- Loading
app/Language/.rsync-filter +2 −0 Original line number Diff line number Diff line + en/*** + fr/*** + pl/*** + de/*** + pt-BR/*** - **