mirror of
https://github.com/Mail-0/Zero.git
synced 2026-06-28 06:46:15 +00:00
fix(docs): update locale file path (#1675)
This commit is contained in:
2
.github/CONTRIBUTING.md
vendored
2
.github/CONTRIBUTING.md
vendored
@@ -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"`
|
||||
|
||||
2
.github/TRANSLATION.md
vendored
2
.github/TRANSLATION.md
vendored
@@ -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"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user