Skip to content

Commit 99f4f43

Browse files
committed
chore: apply ai suggestion
1 parent 9c3f0fd commit 99f4f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

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

457457
### Using i18n-ally (recommended)
458458

0 commit comments

Comments
 (0)