From deeaca5de1da8c4cccfd2ad89fdc1a9e1093c2de Mon Sep 17 00:00:00 2001 From: Andrey Meshkov Date: Wed, 16 Sep 2020 19:47:26 +0300 Subject: [PATCH] fix typo --- scripts/translations/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/translations/README.md b/scripts/translations/README.md index 7e163067..2c8e5636 100644 --- a/scripts/translations/README.md +++ b/scripts/translations/README.md @@ -6,6 +6,6 @@ - `npm run locales:download` - Download and save all translations - `npm run locales:upload` - Upload base `en` locale - `npm run locales:summary` - Shows the current locales summary -- 'npm run locales:unused' - Shows a list of unused strings +- `npm run locales:unused` - Shows a list of unused strings After download you'll find the output locales in the `client/src/__locales/` folder.