-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style: (locale) Use two spaces in json files
- Loading branch information
1 parent
6090231
commit e38a1de
Showing
2 changed files
with
20 additions
and
22 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,20 @@ | ||
{ | ||
"message": "hello i18n !!", | ||
"card": { | ||
"cardHolder": "Titular Cartão", | ||
This comment has been minimized.
Sorry, something went wrong. |
||
"fullName": "Nome Completo", | ||
"expires": "Expira", | ||
"MM": "MM", | ||
"YY": "AA" | ||
}, | ||
|
||
"cardForm": { | ||
"cardNumber": "Numero do Cartão", | ||
"cardName": "Nome Titular", | ||
"expirationDate": "Data de Vencimento", | ||
"month": "Mês", | ||
"year": "Ano", | ||
"CVV": "CVV", | ||
"submit": "Enviar", | ||
"invalidCardNumber": "Número do Cartão Inválido" | ||
} | ||
} | ||
"message": "hello i18n !!", | ||
"card": { | ||
"cardHolder": "Titular Cartão", | ||
"fullName": "Nome Completo", | ||
"expires": "Expira", | ||
"MM": "MM", | ||
"YY": "AA" | ||
}, | ||
"cardForm": { | ||
"cardNumber": "Numero do Cartão", | ||
"cardName": "Nome Titular", | ||
"expirationDate": "Data de Vencimento", | ||
"month": "Mês", | ||
"year": "Ano", | ||
"CVV": "CVV", | ||
"submit": "Enviar", | ||
"invalidCardNumber": "Número do Cartão Inválido" | ||
} | ||
} |
Gabriela Pérez