0

私のロケールの問題点:

私は得ています:

Hotel translation missing: pt-BR.activemodel.errors.models.hotel_selector.attributes.id.must_be_filled

そして、私のymlは次のようになります:

pt-BR:
  activemodel:
    attributes:
      csv_invite:
        file_path: Arquivo
        group_id: Grupo
      hotel_selector:
        id: Hotel
    errors:
      models:
        hotel_selector:
          id:
            must_be_filled: deve ser preenchido

私は何を間違っていますか?

4

1 に答える 1

1

attributes鍵を忘れてしまいました。愚かな私。

于 2012-07-19T18:46:30.277 に答える