Skip to content

Commit

Permalink
Add Turkish locale
Browse files Browse the repository at this point in the history
  • Loading branch information
erdaltsksn committed Jul 21, 2020
1 parent fdfb0f5 commit 6090231
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/locales/tr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"message": "hello i18n !!",
"card": {
"cardHolder": "Kart Sahibi",
"fullName": "Ad Soyad",
"expires": "Son Kullanma",
"MM": "AA",
"YY": "YY"
},
"cardForm": {
"cardNumber": "Kart Numarası",
"cardName": "Kart Üzerindeki İsim",
"expirationDate": "Son Kullanma Tarihi",
"month": "Ay",
"year": "Yıl",
"CVV": "CVV",
"submit": "Öde",
"invalidCardNumber": "Geçersiz Kart Numarası"
}
}

0 comments on commit 6090231

Please sign in to comment.