From 715df290160a161b24bf07ee9d905c9b5a73c1a8 Mon Sep 17 00:00:00 2001 From: Renaud Chaput Date: Thu, 25 May 2023 13:15:19 +0200 Subject: [PATCH] Update the Localisation section to use the new React Intl command --- content/en/dev/code.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/en/dev/code.md b/content/en/dev/code.md index 16a43490..56927084 100644 --- a/content/en/dev/code.md +++ b/content/en/dev/code.md @@ -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. - 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`