Skip to content

Commit 368698f

Browse files
committed
chore: apply ai suggestion
1 parent 63b4b47 commit 368698f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,11 @@ See how `es`, `es-ES`, and `es-419` are configured in [config/i18n.ts](./config/
427427
If you need to include HTML or components inside the translation, use [`i18n-t`](https://vue-i18n.intlify.dev/guide/advanced/component.html) component. This is especially useful when the order of elements might change between languages.
428428

429429
```json
430-
{ "agreement": "I accept the {terms} and {privacy}." }
430+
{
431+
"agreement": "I accept the {terms} and {privacy}.",
432+
"terms_link": "Terms of Service",
433+
"privacy_policy": "Privacy Policy"
434+
}
431435
```
432436

433437
```vue

0 commit comments

Comments
 (0)