Verified Commit 44fb904b authored by Yassine Doghri's avatar Yassine Doghri
Browse files

fix(i18n): set english as first item in supported locales in case locale negotiation does not work

parent ea9ba5ad
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -123,13 +123,13 @@ class App extends BaseConfig
     * @var list<string>
     */
    public array $supportedLocales = [
        'en', // keep english language first in case locale negotiation does not work
        'fr',
        'br',
        'ca',
        'cs',
        'de',
        'en',
        'es',
        'fr',
        'lt',
        'nn-no',
        'pl',