Unable to add a new language for the admin ui

I have the same problem here. I modified the admin/app.js following the recommandations and added “fr” as default in the plugin but nothing is happening.

  config: {
    locales: ["fr", "en"],
    translations: {
      fr: {
        "app.components.HomePage.welcome": "Bienvenue à bord !",
        "app.components.HomePage.welcome.again": "Bienvenue ",
      },
    },
  },
1 Like