Sha256: 7013a7dc820f3412fa9eef793a40f183133303e94dd28cda70cd6dc90fc7d250
Contents?: true
Size: 849 Bytes
Versions: 4
Compression:
Stored size: 849 Bytes
Contents
| x't :fp_quote_before | x-t :fp_dash_before / t(:fp_comment) / i18n-tasks-use t(:fn_comment) = t 'only_in_es' 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.key' p = t 'missing-key-with-a-dash.key' p = t 'x', scope: 'scoped' p = t 'x', scope: [:very, :scoped] p = t 'x', scope: [:scoped, code] 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 'missing_in_es_plural_1.a', count: 2 p = t 'missing_in_es_plural_2.a', count: 2 p = t 'devise.a' p = t :missing_symbol_key p #{t :"missing_symbol.key_two"} #{t :'missing_symbol.key_three'} = t 'present_in_es_but_not_en.a'
Version data entries
4 entries across 4 versions & 1 rubygems