Sha256: ac3c2625e8b0099819b141cd938bb951417ca221dc298955660b9aa6a9e9e3ea

Contents?: true

Size: 1.17 KB

Versions: 2

Compression:

Stored size: 1.17 KB

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:
      format:
        mp3: 'MP3-Codec'
        wav: 'WAV-Codec'
      genre:
        pop: 'Pop music'
        rock: 'Rock music'
      instruments:
        drums: 'Drums'
        guitar: 'Guitar'
        piano: 'Piano'
      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 struck back'
        '1983': 'The year the Jedi returned'
    song/serious_representation:
      year:
        '1977': 'year 1977'
        '1980': 'year 1980'
        '1983': 'year 1983'
    recording/vinyl:
      year:
        '1977': 'The year a new hope was born'
        '1980': 'The year the Empire struck back'
        '1983': 'The year the Jedi returned'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
assignable_values-1.1.1 spec/support/i18n.yml
assignable_values-1.1.0 spec/support/i18n.yml