-
-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #46 from aiji42/object-schema-path-template
v2.0.0
- Loading branch information
Showing
26 changed files
with
842 additions
and
213 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"User name": "اسم المستخدم", | ||
"John Doe": "محمد ماهر", | ||
"Email": "البريد الالكتروني", | ||
"Favorite number": "الرقم المفضل", | ||
"Submit": "ارسال" | ||
"username": "اسم المستخدم", | ||
"username_placeholder": "محمد ماهر", | ||
"email": "البريد الالكتروني", | ||
"favoriteNumber": "الرقم المفضل", | ||
"submit": "ارسال" | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
{} | ||
{ | ||
"username": "User name", | ||
"username_placeholder": "John Doe", | ||
"email": "Email", | ||
"favoriteNumber": "Favorite number", | ||
"submit": "Submit" | ||
} |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"User name": "Nombre de usuario", | ||
"John Doe": "John Doe", | ||
"Email": "Correo", | ||
"Favorite number": "Número favorito", | ||
"Submit": "Enviar" | ||
"username": "Nombre de usuario", | ||
"username_placeholder": "John Doe", | ||
"email": "Correo", | ||
"favoriteNumber": "Número favorito", | ||
"submit": "Enviar" | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"User name": "Nom d'utilisateur", | ||
"John Doe": "John Doe", | ||
"Email": "E-mail", | ||
"Favorite number": "Nombre favori", | ||
"Submit": "Soumettre" | ||
"username": "Nom d'utilisateur", | ||
"username_placeholder": "John Doe", | ||
"email": "E-mail", | ||
"favoriteNumber": "Nombre favori", | ||
"submit": "Soumettre" | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"User name": "Notendanafn", | ||
"John Doe": "Jón Jónsson", | ||
"Email": "Netfang", | ||
"Favorite number": "Uppáhalds tala", | ||
"Submit": "Senda" | ||
"username": "Notendanafn", | ||
"username_placeholder": "Jón Jónsson", | ||
"email": "Netfang", | ||
"favoriteNumber": "Uppáhalds tala", | ||
"submit": "Senda" | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"User name": "ユーザー名", | ||
"John Doe": "山田太郎", | ||
"Email": "メールアドレス", | ||
"Favorite number": "好きな数字", | ||
"Submit": "送信" | ||
"username": "ユーザー名", | ||
"username_placeholder": "山田太郎", | ||
"email": "メールアドレス", | ||
"favoriteNumber": "好きな数字", | ||
"submit": "送信" | ||
} |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"User name": "Nome do usuário", | ||
"John Doe": "João Maria", | ||
"Email": "E-mail", | ||
"Favorite number": "Número favorito", | ||
"Submit": "Enviar" | ||
"username": "Nome do usuário", | ||
"username_placeholder": "João Maria", | ||
"email": "E-mail", | ||
"favoriteNumber": "Número favorito", | ||
"submit": "Enviar" | ||
} |
Oops, something went wrong.
e6a3410
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
zod-i18n – ./
zod-i18n-git-main-aiji42.vercel.app
zod-i18n-aiji42.vercel.app
zod-i18n.vercel.app