Sha256: b90dc90a31064ee9e459dff61b7db67f06da7d5ad6eb8532a1658b2fc101aac9

Contents?: true

Size: 1.68 KB

Versions: 12

Compression:

Stored size: 1.68 KB

Contents

# English locale
en:
  has_vcards:
    address:
      to_s: "%{street_address}, %{postal_code} %{locality}"

  activerecord:
    models:
      vcard:              VCard
      address:            Address
      phone_number:       Contact

    attributes:
      vcard:
        full_name:        Name
        nickname:         Nickname
        family_name:      Family name
        give_name:        Given name
        additional_name:  Additional name
        honorific_prefix: Prefix
        honorific_suffix: Suffix
        address_type:     Type
        # Include address attributes as we delegate
        post_office_box:  Post Office Box
        extended_address: Extended address
        street_address:   Street
        locality:         Locality
        region:           Region
        postal_code:      Postalcode
        country_name:     Country
        address_type:     Type
        phone_number:     Phone
        mobile_number:    Mobile
        fax_number:       Fax
      address:
        post_office_box:  Post Office Box
        extended_address: Extended address
        extended_address: Adresszusatz
        street_address:   Strasse
        locality:         Ort
        region:           Region
        postal_code:      PLZ
        country_name:     Land
        address_type:     Art
      phone_number:
        number:           Number
        phone_number_type: Number Type

  formtastic:
    labels:
      full_name:        Name
      post_office_box:  Post Office Box
      extended_address: Extended address
      extended_address: Adresszusatz
      street_address:   Strasse
      locality:         Ort
      region:           Region
      postal_code:      PLZ
      country_name:     Land

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
has_vcards-0.20.3 config/locales/en.yml
has_vcards-0.20.2 config/locales/en.yml
has_vcards-0.20.1 config/locales/en.yml
has_vcards-0.20.0 config/locales/en.yml
has_vcards-0.19.0 config/locales/en.yml
has_vcards-0.18.0 config/locales/en.yml
has_vcards-0.17.2 config/locales/en.yml
has_vcards-0.17.1 config/locales/en.yml
has_vcards-0.17.0 config/locales/en.yml
has_vcards-0.16.0 config/locales/en.yml
has_vcards-0.15.0 config/locales/en.yml
has_vcards-0.14.1 config/locales/en.yml