Skip to content

Updating locales requires cleaning .cache #166

@kinafu

Description

@kinafu

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions