From f9f2911c761af1c8ed1c323dcd414cbaa9eeae7c Mon Sep 17 00:00:00 2001
From: Sebastian
Date: Tue, 13 Sep 2022 11:07:39 -0300
Subject: adding missing i18n
---
.../src/wallet/ExchangeSelection/views.tsx | 184 +++++++++++++++------
1 file changed, 137 insertions(+), 47 deletions(-)
(limited to 'packages/taler-wallet-webextension/src/wallet/ExchangeSelection/views.tsx')
diff --git a/packages/taler-wallet-webextension/src/wallet/ExchangeSelection/views.tsx b/packages/taler-wallet-webextension/src/wallet/ExchangeSelection/views.tsx
index a6bd2e7dc..4cd90700f 100644
--- a/packages/taler-wallet-webextension/src/wallet/ExchangeSelection/views.tsx
+++ b/packages/taler-wallet-webextension/src/wallet/ExchangeSelection/views.tsx
@@ -114,7 +114,11 @@ export function LoadingUriView({ error }: State.LoadingUriError): VNode {
export function NoExchangesView(state: State.NoExchanges): VNode {
const { i18n } = useTranslationContext();
- return no exchanges
;
+ return (
+
+ no exchanges
+
+ );
}
export function ComparingView({
@@ -157,19 +161,23 @@ export function ComparingView({
- - Auditors
+ -
+ Auditors
+
{selected.auditors.length === 0 ? (
- - Doesn't have auditors
+ -
+ Doesn't have auditors
+
) : (
selected.auditors.map((a) => {
- {a.auditor_url}
;
@@ -178,63 +186,99 @@ export function ComparingView({
- | currency |
+
+ currency
+ |
{selected.currency} |
- Operations
- Deposits
+
+ Operations
+
+
+ Deposits
+
| |
- Denomination |
- Fee |
- Until |
+
+ Denomination
+ |
+
+ Fee
+ |
+
+ Until
+ |
- Withdrawals
+
+ Withdrawals
+
| |
- Denomination |
- Fee |
- Until |
+
+ Denomination
+ |
+
+ Fee
+ |
+
+ Until
+ |
- Refunds
+
+ Refunds
+
| |
- Denomination |
- Fee |
- Until |
+
+ Denomination
+ |
+
+ Fee
+ |
+
+ Until
+ |
{" "}
- Refresh
+
+ Refresh
+
| |
- Denomination |
- Fee |
- Until |
+
+ Denomination
+ |
+
+ Fee
+ |
+
+ Until
+ |
@@ -246,8 +290,12 @@ export function ComparingView({
- | Wallet operations |
- Fee |
+
+ Wallet operations
+ |
+
+ Fee
+ |
@@ -331,7 +379,7 @@ export function ReadyView({
@@ -339,7 +387,9 @@ export function ReadyView({
- Auditors
{selected.auditors.length === 0 ? (
- - Doesn't have auditors
+ -
+ Doesn't have auditors
+
) : (
selected.auditors.map((a) => {
- {a.auditor_url}
;
@@ -348,63 +398,99 @@ export function ReadyView({
- | currency |
+
+ currency
+ |
{selected.currency} |
- Operations
- Deposits
+
+ Operations
+
+
+ Deposits
+
| |
- Denomination |
- Fee |
- Until |
+
+ Denomination
+ |
+
+ Fee
+ |
+
+ Until
+ |
- Withdrawals
+
+ Withdrawals
+
| |
- Denomination |
- Fee |
- Until |
+
+ Denomination
+ |
+
+ Fee
+ |
+
+ Until
+ |
- Refunds
+
+ Refunds
+
| |
- Denomination |
- Fee |
- Until |
+
+ Denomination
+ |
+
+ Fee
+ |
+
+ Until
+ |
{" "}
- Refresh
+
+ Refresh
+
| |
- Denomination |
- Fee |
- Until |
+
+ Denomination
+ |
+
+ Fee
+ |
+
+ Until
+ |
@@ -416,8 +502,12 @@ export function ReadyView({
- | Wallet operations |
- Fee |
+
+ Wallet operations
+ |
+
+ Fee
+ |
--
cgit v1.2.3