Skip to content

Commit 4af9d17

Browse files
authored
fix(docs): update locale file path (#1675)
1 parent 0d23965 commit 4af9d17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ When implementing new features, follow these guidelines:
195195

196196
1. **Add English Source Strings**
197197

198-
- Place all user-facing text in `apps/mail/locales/en.json`
198+
- Place all user-facing text in `apps/mail/messages/en.json`
199199
- Organize strings according to the existing structure
200200
- Use descriptive, hierarchical keys that identify the feature and context
201201
- Example: `"pages.settings.connections.disconnectSuccess": "Account disconnected successfully"`

.github/TRANSLATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Here's an example of our i18n.json configuration:
3131
},
3232
"buckets": {
3333
"json": {
34-
"include": ["apps/mail/locales/[locale].json"]
34+
"include": ["apps/mail/messages/[locale].json"]
3535
}
3636
}
3737
}

0 commit comments

Comments
 (0)