i18n-tasks icon indicating copy to clipboard operation
i18n-tasks copied to clipboard

Plural Default Value can't be detected

Open cantin opened this issue 1 year ago • 1 comments

With

    I18n.t('test', default: { one: '1', other: '2' })

Run i18n-task add-missing

Excepted

In locales/en.yml

  test:
    :one: '1'
    :other: '2'

Actual

  test: Test

cantin avatar Aug 02 '22 03:08 cantin

Yeah that isn't currently supported

glebm avatar Aug 02 '22 07:08 glebm