Skip to content

Commit

Permalink
Merge pull request #253 from rishi-raj-jain/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
riderx authored Oct 14, 2024
2 parents aa71eeb + 9a0c464 commit 7887b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 7887b39

Please sign in to comment.