WARNING(astro-i18next): missing translation key component.header.leaderboard.
My translation file.
{
"site": {
"title": "My awesome website!",
"description": "Here is the description of my awesome website!"
},
"home": {
"title": "Welcome to my awesome website!",
"subtitle": "This is a <0>more complex</0> string to translate, mixed with <1>html elements</1>, such as a <2>a cool link</2>!"
},
"component": {
"header": {
"earn": "Earn",
"leaderboard": "Leaderboard"
}
}
}