From 9a0c464633cc9315e798219b64670fcb619b6b2d Mon Sep 17 00:00:00 2001 From: Rishi Raj Jain Date: Mon, 14 Oct 2024 16:35:19 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dee8d685..eeb38a26 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ The [translations.tsx](./scripts/translations.tsx) script is used to translate t Now, let's say that you want to update translations or add a new locale, `fr`. -First, make sure to update the files `scripts/setup_new_locale.tsx` and `scripts/generate_translation_ts_file.tsx` to have the latest locale values as the following respectively. +First, make sure to update the files `scripts/setup_new_locale.tsx` and `scripts/generate_locale_translations.tsx` to have the latest locale values as the following respectively. ```tsx const newLocale = 'fr'