Sha256: 622ff7283abb132833cd0f6df2e43ac957ceacada0c633efd4a89a7d6e0f56ad
Contents?: true
Size: 932 Bytes
Versions: 10
Compression:
Stored size: 932 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' #x = t 'not_a_comment' 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 'missing-key-question?.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' = t 'latin_extra.çüéö'
Version data entries
10 entries across 10 versions & 1 rubygems