Skip to content

Instantly share code, notes, and snippets.

@petergaal91
Last active November 19, 2024 15:07
Show Gist options
  • Save petergaal91/fbb2eeea756cefa6e2a32c857f96682a to your computer and use it in GitHub Desktop.
Save petergaal91/fbb2eeea756cefa6e2a32c857f96682a to your computer and use it in GitHub Desktop.
Additional translations
{
"en-US": {
"blocks": {
"registration": {
"title": "Overriden registration title"
}
},
"test": {
"message": "Example custom message"
},
"components": {
"attributes": {
"email": {
"errors": {
"contain": "Should contain \"john\" value"
}
}
}
}
},
"hu-HU": {
"blocks": {
"registration": {
"title": "Felülírt regisztrációs cím"
}
},
"test": {
"message": "Egyedi példa üzenet"
},
"components": {
"attributes": {
"email": {
"errors": {
"contain": "Tartalmaznia kell a \"john\" értéket"
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment