rails-example-how-to-translate-nested-attributes:一个示例 Rails 应用程序,用于学习如何翻译嵌套属性

时间:2024-08-10 03:00:20
【文件属性】:

文件名称:rails-example-how-to-translate-nested-attributes:一个示例 Rails 应用程序,用于学习如何翻译嵌套属性

文件大小:46KB

文件格式:ZIP

更新时间:2024-08-10 03:00:20

Ruby

如何翻译错误消息中的嵌套模型属性 问题 我想在父模型的错误中使用本地化来重命名嵌套的多态属性。 例子 用户模型 地址模型,多态 雇主模式 用户有一个邮寄地址,多态地址 用户有一个雇主 用户验证username 、 email 、 mailing_address和employer的presence 。 地址验证street 、 locality 、 region 、 country和postal_code 。 雇主验证name 。 方法 在 config/locales/en.yml 文件中为属性设置新名称: en : activerecord : attributes : address : locality : " City " region : " State " employer : name


【文件预览】:
rails-example-how-to-translate-nested-attributes-master
----log()
--------.keep(0B)
----bin()
--------rspec(372B)
--------rake(90B)
--------setup(805B)
--------rails(145B)
--------bundle(129B)
----vendor()
--------assets()
----config()
--------locales()
--------database.yml(552B)
--------initializers()
--------application.rb(1KB)
--------routes.rb(2KB)
--------boot.rb(132B)
--------secrets.yml(964B)
--------environment.rb(150B)
--------environments()
----db()
--------seeds.rb(343B)
--------migrate()
--------schema.rb(2KB)
----Rakefile(249B)
----app()
--------models()
--------assets()
--------controllers()
--------views()
--------mailers()
--------helpers()
----Gemfile(990B)
----Gemfile.lock(6KB)
----.rspec(30B)
----spec()
--------models()
--------rails_helper.rb(2KB)
--------spec_helper.rb(4KB)
----.gitignore(474B)
----lib()
--------tasks()
--------assets()
----public()
--------404.html(2KB)
--------robots.txt(202B)
--------500.html(1KB)
--------422.html(2KB)
--------favicon.ico(0B)
----README.md(6KB)
----config.ru(153B)

网友评论