Sha256: 1dd1753057372994c439afc0b230de2101392055cc1248c588b9aaf14578dbee

Contents?: true

Size: 484 Bytes

Versions: 21

Compression:

Stored size: 484 Bytes

Contents

p #{t('ca.a')} #{t 'ca.b'} #{t "ca.c"}
p #{t 'ca.d'} #{t 'ca.f', i: 'world'} #{t 'ca.e', i: 'world'}
p #{t 'missing_in_es.a'} #{t 'same_in_es.a'} #{t 'blank_in_es.a'}
p = t 'used_but_missing.a'
p = t 'ignored_missing_key.a'
p = t 'ignore.a'
p = t 'ignored_pattern.some_key'
p = t 'ignore_eq_base_all.a'
p = t 'ignore_eq_base_es.a'
p = t 'numeric.a'
p = t 'plural.a', count: 2
p = t 'devise.a'
p = t :missing_symbol_key
p #{t :"missing_symbol.key_two"} #{t :'missing_symbol.key_three'}

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
i18n-tasks-0.2.22 spec/fixtures/app/views/index.html.slim
i18n-tasks-0.2.21 spec/fixtures/app/views/index.html.slim
i18n-tasks-0.2.20 spec/fixtures/app/views/index.html.slim
i18n-tasks-0.2.19 spec/fixtures/app/views/index.html.slim
i18n-tasks-0.2.18 spec/fixtures/app/views/index.html.slim
i18n-tasks-0.2.17 spec/fixtures/app/views/index.html.slim
i18n-tasks-0.2.15 spec/fixtures/app/views/index.html.slim
i18n-tasks-0.2.14 spec/fixtures/app/views/index.html.slim
i18n-tasks-0.2.13 spec/fixtures/app/views/index.html.slim
i18n-tasks-0.2.12 spec/fixtures/app/views/index.html.slim
i18n-tasks-0.2.11 spec/fixtures/app/views/index.html.slim
i18n-tasks-0.2.10 spec/fixtures/app/views/index.html.slim
i18n-tasks-0.2.9 spec/fixtures/app/views/index.html.slim
i18n-tasks-0.2.8 spec/fixtures/app/views/index.html.slim
i18n-tasks-0.2.7 spec/fixtures/app/views/index.html.slim
i18n-tasks-0.2.6 spec/fixtures/app/views/index.html.slim
i18n-tasks-0.2.5 spec/fixtures/app/views/index.html.slim
i18n-tasks-0.2.4 spec/fixtures/app/views/index.html.slim
i18n-tasks-0.2.3 spec/fixtures/app/views/index.html.slim
i18n-tasks-0.2.2 spec/fixtures/app/views/index.html.slim