Skip to content

Commit

Permalink
another hint for saveMissing
Browse files Browse the repository at this point in the history
  • Loading branch information
adrai committed Dec 15, 2023
1 parent ea49988 commit 76e9109
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ Did you wait 5-10 seconds before refreshing the locize UI? It may take a couple

Per default only `localhost` is allowed to send missing keys ([or update missing keys](https://www.i18next.com/overview/configuration-options#missing-keys)) (to avoid using this feature accidentally [in production](https://docs.locize.com/guides-tips-and-tricks/going-production)). If you're not using `localhost` during development you will have to set the `allowedAddOrUpdateHosts: ['your.domain.tld']` for the [backend options](https://github.com/locize/i18next-locize-backend#backend-options).

It's also recommended to set the `fallbackLng` equal to the source language defined in locize. i.e. if your source language in locize is `de`, set the fallbackLng also to `de`.


**Loading translations not working**

Expand Down

0 comments on commit 76e9109

Please sign in to comment.