Skip to content

Commit

Permalink
Merge pull request #652 from CreeTar/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiin authored Aug 29, 2024
2 parents 6ba5405 + e2fef91 commit df4f637
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/guides/nested.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,13 @@ Here is an example of how this looks in your translation files
```

```typescript
i18n.t('test.PAGE_HOME.TITLE', {args: {} })
// => Home to this World

i18n.t('test.PAGE_HOME.SUBTITLE', {args: { username: 'Toon' } })
// => Hello Toon, this is the home page
```

:::tip
The [`formatter`](guides/formatting.md) is applied before doing nested translations. This way you can pass on arguments to your nested translations! 🎉
:::
:::

0 comments on commit df4f637

Please sign in to comment.