0

Is it possible to translate "SettingsTranslation" in this pic.

I tried to add different things to my yml files / tried with placing label but no luck so far.

enter image description here

Tyler
  • 11,272
  • 9
  • 65
  • 105
FastSolutions
  • 1,809
  • 1
  • 25
  • 49
  • I also added: in my yml file: settings: one: "Paramètres" other: "Paramètres" setting_translation: one: "todo" other: "todo" – FastSolutions Jan 31 '14 at 07:49

1 Answers1

1

Try this in config/locales/{locale}.yml :

activerecord:
  models:
    user: "Utilisateur"
Thomas Klemm
  • 10,678
  • 1
  • 51
  • 54