fix(docs): update locale file path (#1675)

This commit is contained in:
Fynn Bauer
2025-07-11 22:11:56 +02:00
committed by GitHub
parent 0d23965fac
commit 4af9d179a9
2 changed files with 2 additions and 2 deletions

View File

@@ -195,7 +195,7 @@ When implementing new features, follow these guidelines:
1. **Add English Source Strings**
- Place all user-facing text in `apps/mail/locales/en.json`
- Place all user-facing text in `apps/mail/messages/en.json`
- Organize strings according to the existing structure
- Use descriptive, hierarchical keys that identify the feature and context
- Example: `"pages.settings.connections.disconnectSuccess": "Account disconnected successfully"`

View File

@@ -31,7 +31,7 @@ Here's an example of our i18n.json configuration:
},
"buckets": {
"json": {
"include": ["apps/mail/locales/[locale].json"]
"include": ["apps/mail/messages/[locale].json"]
}
}
}