Hi, I’m trying to translate the admin area (Gatsby blog, set up by the button here ) for users to be able to use it easily, but I can’t find the correct way to do this.
I found an old bug thread on the project’s site on GitHub (closed report now) in which devs talked about implementing a file with the localizable strings; I thought it was node_modules/netlify-cms-core/src/constants/defaultPhrases.js
or node_modules/netlify-cms-core/dist/esm/constants/defaultPhrases.js
so I edited them, but when I build my site with npm run start
it still display all things in english.
Any pointers on how to do this?