Commit e340b54a authored by Yassine Doghri's avatar Yassine Doghri
Browse files

feat(i18n): add Spanish to supported locales

parent cdc2e2ed
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -101,7 +101,7 @@ class App extends BaseConfig
     *
     * @var string[]
     */
    public array $supportedLocales = ['en', 'fr', 'pl', 'de', 'pt-BR', 'nn-NO'];
    public array $supportedLocales = ['en', 'fr', 'pl', 'de', 'pt-BR', 'nn-NO', 'es'];

    /**
     * --------------------------------------------------------------------------
+1 −0
Original line number Diff line number Diff line
@@ -4,4 +4,5 @@
+ de/***
+ pt-BR/***
+ nn-NO/***
+ es/***
- **
+1 −0
Original line number Diff line number Diff line
@@ -4,4 +4,5 @@
+ de/***
+ pt-BR/***
+ nn-NO/***
+ es/***
- **
+1 −0
Original line number Diff line number Diff line
@@ -4,4 +4,5 @@
+ de/***
+ pt-BR/***
+ nn-NO/***
+ es/***
- **