Sha256: e9343bdab4f33527763014f6fb30034805872a5da8514abbbc51fde322dc8fe3
Contents?: true
Size: 1.1 KB
Versions: 3
Compression:
Stored size: 1.1 KB
Contents
# -*- encoding: utf-8 -*- # -*- frozen_string_literal: true -*- # -*- warn_indent: true -*- { en: { activerecord: { attributes: { country: { name: "Name", }, fruit: { name: "Name", }, skill: { name: "Name", }, user: { name: "Name", email: "Email address", password: "Password", password_confirmation: "Confirm password", mobile_number: "Mobile number", blog_url: "Blog URL", birth_date: "Birth date", fruit_id: "Favorite fruit", terms: "I accept terms and conditions", excellence: "Excellence", skill_ids: "Skills", }, user_skill: { user_id: "User", skill_id: "Skill" }, address: { street: "Street", state: "State", city: "City", postal_code: "Postal code", country_id: "Country" }, }, help_texts: { user: { email: "Please use official email address" } }, } } }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rails_bootstrap_form-0.4.2 | demo/config/locales/en.rb |
rails_bootstrap_form-0.4.1 | demo/config/locales/en.rb |
rails_bootstrap_form-0.4.0 | demo/config/locales/en.rb |