Skip to content

Commit 6ff3b60

Browse files
committed
docs(i18n): add important note on preserving formatting and keys in translations
1 parent bdf71f9 commit 6ff3b60

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,9 @@ cp packages/i18n/src/translations/en-US.ts packages/i18n/src/translations/<local
183183

184184
##### Update the translations and metadata
185185

186+
> [!IMPORTANT]
187+
> ⚠️ Do not change any **formatting** or **keys** in the `translations` object. Only update the text values.
188+
186189
Open your new language file and:
187190

188191
- Translate all the text values in the `translations` object while keeping the keys unchanged

0 commit comments

Comments
 (0)