Skip to content

Commit 63b4b47

Browse files
committed
chore: fix typo
1 parent 7656b12 commit 63b4b47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ See how `es`, `es-ES`, and `es-419` are configured in [config/i18n.ts](./config/
448448
- Group related keys together
449449
- Use `common.*` for shared strings (loading, retry, close, etc.)
450450
- Use component-specific prefixes: `package.card.*`, `settings.*`, `nav.*`
451-
- Do not use dashes (`-`) in traslation keys; always use underscore (`_`): e.g., `private_policy` instead of `private-policy`
451+
- Do not use dashes (`-`) in translation keys; always use underscore (`_`): e.g., `private_policy` instead of `private-policy`
452452

453453
### Using i18n-ally (recommended)
454454

0 commit comments

Comments
 (0)