summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension/src/i18n
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2021-06-21 10:07:56 -0300
committerSebastian <sebasjm@gmail.com>2021-06-21 10:08:35 -0300
commit0d86f84dc004c9d22d5df83182a58199d3349071 (patch)
treed5cec9606533454ad5fc06ca400cad3e8dc470cf /packages/taler-wallet-webextension/src/i18n
parentc7f0e483232a01c1165c8146285b915f766dba78 (diff)
downloadwallet-core-0d86f84dc004c9d22d5df83182a58199d3349071.tar.gz
wallet-core-0d86f84dc004c9d22d5df83182a58199d3349071.tar.bz2
wallet-core-0d86f84dc004c9d22d5df83182a58199d3349071.zip
fix some pixel and css classes and sync storybook
Diffstat (limited to 'packages/taler-wallet-webextension/src/i18n')
-rw-r--r--packages/taler-wallet-webextension/src/i18n/index.ts24
1 files changed, 0 insertions, 24 deletions
diff --git a/packages/taler-wallet-webextension/src/i18n/index.ts b/packages/taler-wallet-webextension/src/i18n/index.ts
deleted file mode 100644
index 8db366a35..000000000
--- a/packages/taler-wallet-webextension/src/i18n/index.ts
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
- This file is part of TALER
- (C) 2016 GNUnet e.V.
-
- TALER is free software; you can redistribute it and/or modify it under the
- terms of the GNU General Public License as published by the Free Software
- Foundation; either version 3, or (at your option) any later version.
-
- TALER is distributed in the hope that it will be useful, but WITHOUT ANY
- WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License along with
- TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
- */
-
-/**
- * Translation helpers for React components and template literals.
- */
-
-/**
- * Imports.
- */
-export { strings } from "./strings.js";