You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
"GoToMain": "You can go to main page and we hope that sooner than later you can enjoy the website.",
"EmailUs": "Also, if you want, just email us to [email protected] or visit parkuik.com",
"BetaH2": "Beta",
"WereOnBeta": "We're on beta! as soon as we're live you'll get advisedaaaaa",
"title1": "Follow Us",
"locale" : "German"
}
But I want to have
de-DE-overrides.json to take precedence.
{
"GoToMain": "This is an override"
}
final output will be "This is an override" for the string "GoToMain"
The text was updated successfully, but these errors were encountered:
For Example:
de-DE.json which has strings like
{
"GoToMain": "You can go to main page and we hope that sooner than later you can enjoy the website.",
"EmailUs": "Also, if you want, just email us to [email protected] or visit parkuik.com",
"BetaH2": "Beta",
"WereOnBeta": "We're on beta! as soon as we're live you'll get advisedaaaaa",
"title1": "Follow Us",
"locale" : "German"
}
But I want to have
de-DE-overrides.json to take precedence.
{
"GoToMain": "This is an override"
}
final output will be "This is an override" for the string "GoToMain"
The text was updated successfully, but these errors were encountered: