Update the Localisation section to use the new React Intl command (#1224)

This commit is contained in:
Renaud Chaput 2023-06-04 22:24:47 +02:00 committed by GitHub
parent 5edab09336
commit 70a452fd92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -70,5 +70,4 @@ The following overview should not be seen as complete or authoritative, but as a
All locale files are normalized to ensure consistent formatting and key order, which minimizes changesets in version control. All locale files are normalized to ensure consistent formatting and key order, which minimizes changesets in version control.
- Run `bundle exec i18n-tasks normalize` to normalize server-side translations - Run `bundle exec i18n-tasks normalize` to normalize server-side translations
- Run `yarn run manage:translations` to normalize client-side translations - Run `yarn run i18n:extract` to extract and normalize client-side translations into `en.json`