intlify / intlify/nuxt3

Interpolations not working on production build

Open
#50 4 comments 6 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
204
Forks
18
PR merge metrics
No merged PRs in 30d

Description

Interpolations not working on nuxt3 build

Declaration
```JavaScript
{
welcome: 'Welcome {name}!',
hello: 'Hello',
}
```

Usage

```Vue

import { useI18n } from 'vue-i18n'

const { t } = useI18n({ useScope: 'global' })


{{ t('hello') }}


{{ t('welcome', { name: 'buddy' }) }}

```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.