Skip to content

Commit

Permalink
feat: language code added
Browse files Browse the repository at this point in the history
  • Loading branch information
AhsanRns committed May 1, 2024
1 parent 0261ba1 commit 112e6b9
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 8 deletions.
3 changes: 2 additions & 1 deletion wallet/i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -402,5 +402,6 @@
"discord": "Discord",
"twitter": "Twitter",
"connected": "In Verbindung gebracht",
"no_account_found": "Kein Konto gefunden"
"no_account_found": "Kein Konto gefunden",
"items": "Artikel"
}
3 changes: 2 additions & 1 deletion wallet/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -404,5 +404,6 @@
"discord": "Discord",
"twitter": "Twitter",
"connected": "Connected",
"no_account_found": "No account found"
"no_account_found": "No account found",
"items": "Items"
}
3 changes: 2 additions & 1 deletion wallet/i18n/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -401,5 +401,6 @@
"discord": "Discord",
"twitter": "Twitter",
"connected": "Conectada",
"no_account_found": "No se encontró ninguna cuenta"
"no_account_found": "No se encontró ninguna cuenta",
"items": "Elementos"
}
3 changes: 2 additions & 1 deletion wallet/i18n/id.json
Original file line number Diff line number Diff line change
Expand Up @@ -402,5 +402,6 @@
"discord": "Discord",
"twitter": "Twitter",
"connected": "Terhubung",
"no_account_found": "Tidak ada akun yang ditemukan"
"no_account_found": "Tidak ada akun yang ditemukan",
"items": "Barang"
}
3 changes: 2 additions & 1 deletion wallet/i18n/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -402,5 +402,6 @@
"discord": "Discord",
"twitter": "Twitter",
"connected": "接続済み",
"no_account_found": "アカウントが見つかりません"
"no_account_found": "アカウントが見つかりません",
"items": "アイテム"
}
3 changes: 2 additions & 1 deletion wallet/i18n/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -401,5 +401,6 @@
"discord": "Discord",
"twitter": "Twitter",
"connected": "연결됨",
"no_account_found": "계정을 찾을 수 없습니다."
"no_account_found": "계정을 찾을 수 없습니다.",
"items": "품목"
}
3 changes: 2 additions & 1 deletion wallet/i18n/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,7 @@
"discord": "Discord",
"twitter": "Twitter",
"connected": "Связано",
"no_account_found": "Аккаунт не найден"
"no_account_found": "Аккаунт не найден",
"items": "Предметы"
}

3 changes: 2 additions & 1 deletion wallet/i18n/vi.json
Original file line number Diff line number Diff line change
Expand Up @@ -402,5 +402,6 @@
"discord": "Discord",
"twitter": "Twitter",
"connected": "kết nối",
"no_account_found": "Không có tài khoản nào được tìm thấy"
"no_account_found": "Không có tài khoản nào được tìm thấy",
"items": "Mặt hàng"
}

0 comments on commit 112e6b9

Please sign in to comment.