Hello.
I’m new in using strapi - so far everything is good.
But i have a question
I just add in my
admin/src/containers/HomePage/index.js
contentId: 'app.components.BlockLink.create.content',
titleId: 'app.components.BlockLink.create',
So now i want to add the strings to translation file.
admin/src/translations/de.json
{
"app.components.BlockLink.create": "Projekt erstellen",
"app.components.BlockLink.create.content": "Erstellen Sie in wenigen Schritten ein Projekt"
}
That’s show the right content - but as i see it don’t load also the original de.json
Is there a better way to only add the keys that i need and also keep loading the original de.json?
I know i can copy the whole de.json - but when something changes in strapi de.json i also need to redo it.
Best Regarads
Messa