Skip to content

Commit

Permalink
style: (locale) Use two spaces in json files
Browse files Browse the repository at this point in the history
  • Loading branch information
erdaltsksn committed Jul 21, 2020
1 parent 6090231 commit e38a1de
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 22 deletions.
3 changes: 1 addition & 2 deletions src/locales/en.json
Expand Up @@ -7,7 +7,6 @@
"MM": "MM",
"YY": "YY"
},

"cardForm": {
"cardNumber": "Card Number",
"cardName": "Card Name",
Expand All @@ -18,4 +17,4 @@
"submit": "Submit",
"invalidCardNumber": "Invalid Card Number"
}
}
}
39 changes: 19 additions & 20 deletions src/locales/pt.json
@@ -1,21 +1,20 @@
{
"message": "hello i18n !!",
"card": {
"cardHolder": "Titular Cartão",

This comment has been minimized.

Copy link
@TODRI292

TODRI292 Oct 10, 2023

Gabriela Pérez

"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"
}
}

0 comments on commit e38a1de

Please sign in to comment.