From a0dd5880d7c462d1cdb8e9b4d480f845cbaecf07 Mon Sep 17 00:00:00 2001 From: "sp.wack" <83104063+amanape@users.noreply.github.com> Date: Wed, 24 Apr 2024 19:09:05 +0300 Subject: [PATCH] improve formatting and extend to include i18n scripts (#1328) --- frontend/README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/frontend/README.md b/frontend/README.md index 49ecec7b55..a9b1026df5 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -12,9 +12,15 @@ Open [http://localhost:3001](http://localhost:3001) to view it in the browser. The page will reload if you make edits.\ You will also see any lint errors in the console. -### `npm test` +### `npm run make-i18n` -This command runs the available test suites for the application. It launches the test runner in the interactive watch mode, allowing you to see the results of your tests in real time. +This command is used to generate the i18n declaration file.\ +It should be run when first setting up the repository or when updating translations. + +### `npm run test` + +This command runs the available test suites for the application.\ +It launches the test runner in the interactive watch mode, allowing you to see the results of your tests in real time. ### `npm run build`