-
Notifications
You must be signed in to change notification settings - Fork 174
Open
Description
Changes in the $langKey.json files will not be reflected while running npm run develop
.
(On creating the file with some translation content for the first time, the translation will be applied.
After adding / changing the file the translations won't be found for the specified id
.)
Solution:
Clean cache.
When using $langKey.json files (like in the example) and specifing them in the gatsby-config.js you either need to run gatsby clean
or delete the .cache
folder before running (npm run develop
).
vhoyer
Metadata
Metadata
Assignees
Labels
No labels