From 70a452fd922e4fec5f157be540a0b116475cb1db Mon Sep 17 00:00:00 2001 From: Renaud Chaput Date: Sun, 4 Jun 2023 22:24:47 +0200 Subject: [PATCH] Update the Localisation section to use the new React Intl command (#1224) --- 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`