Last active
November 19, 2024 15:07
-
-
Save petergaal91/fbb2eeea756cefa6e2a32c857f96682a to your computer and use it in GitHub Desktop.
Additional translations
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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