We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cb406d commit 71f1c7dCopy full SHA for 71f1c7d
locale_en.i18n.json
@@ -2,10 +2,14 @@
2
"@@locale": "en",
3
"common": {
4
"buttons": {
5
- "next": "Next"
+ "next": "Next",
6
+ "done": "Done"
7
},
8
"placeholders": {
9
"email": "Email"
10
+ },
11
+ "inputs": {
12
+ "profileHint": "Profile Name"
13
}
14
15
"errors": {
locale_uk.i18n.json
"@@locale": "uk",
- "next": "Далі"
+ "next": "Далі",
"email": "Емейл"
0 commit comments