Sha256: e46402899c51e3d79c713f9a1ea906a97fd363c7b0d2a66b9811b71da6b95815

Contents?: true

Size: 917 Bytes

Versions: 6

Compression:

Stored size: 917 Bytes

Contents

# Sample localization file for English. Add more files in this directory for other locales.
# See http://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.

en:

  errors:
    messages:
      inclusion: "is not included in the list"

  assignable_values:
    song:
      genre:
        pop: 'Pop music'
        rock: 'Rock music'
      multi_genres:
        pop: 'Pop music'
        rock: 'Rock music'
      virtual_multi_genres:
        pop: 'Pop music'
        rock: 'Rock music'
      virtual_sub_genre:
        pop: 'Pop music'
        rock: 'Rock music'
      year:
        '1977': 'The year a new hope was born'
        '1980': 'The year the Empire stroke back'
        '1983': 'The year the Jedi returned'
    recording/vinyl:
      year:
        '1977': 'The year a new hope was born'
        '1980': 'The year the Empire stroke back'
        '1983': 'The year the Jedi returned'

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
assignable_values-0.16.6 spec/support/i18n.yml
assignable_values-0.16.5 spec/support/i18n.yml
assignable_values-0.16.4 spec/support/i18n.yml
assignable_values-0.16.3 spec/support/i18n.yml
assignable_values-0.16.2 spec/support/i18n.yml
assignable_values-0.16.1 spec/support/i18n.yml