Unable to add a new language for the admin ui

Should it be working now? I’m trying to add a new language can’t get anything to work.

  locales: [ 'ro'],
  languageNativeNames: {
    ro: 'Română',
  },
  translations: {
    en: {
      'app.components.LeftMenu.navbrand.title': 'Project Dashboard',
    },
    ro: {
      'Settings.profile.form.section.experience.interfaceLanguage': 'Română',
      'Auth.form.button.password-recovery': 'Recuperare parola',
      'Auth.form.button.register': 'Să începem',
      'Auth.form.button.reset-password': 'Schimbați parola',
      'Auth.form.confirmPassword.label': 'Parola de confirmare',
      'Auth.form.currentPassword.label': 'Parola actuală',
      'app.components.LeftMenu.navbrand.title': 'Administrație',
      'app.components.LeftMenu.navbrand.workplace': 'Panou central',
      'Auth.form.welcome.title': 'Bine ai venit!',
    },
  },