Skip to content

Commit

Permalink
Merge branch 'dev' into fix/eip-712-validation
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKheops committed Jul 3, 2023
2 parents 3c6dfca + 9bf810d commit 8932adc
Show file tree
Hide file tree
Showing 213 changed files with 2,337 additions and 7,550 deletions.
5 changes: 5 additions & 0 deletions .changeset/hip-mirrors-pump.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"talisman-ui": patch
---

fix: styles for multiline subtitles on CtaButton
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ import { useTranslation } from "react-i18next"
// uses the `common` namespace (`apps/extension/public/locales/en/common.json`)
const { t } = useTranslation()

// uses the `portfolio` namespace (`apps/extension/public/locales/en/portfolio.json`)
const { t } = useTranslation("portfolio")
// uses the `admin` namespace (`apps/extension/public/locales/en/admin.json`)
const { t } = useTranslation("admin")
```

3. Wrap any user-visible language in your component with the `t` function:
Expand Down
2 changes: 1 addition & 1 deletion apps/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "extension",
"version": "1.17.1",
"version": "1.17.3",
"private": true,
"license": "GPL-3.0-or-later",
"dependencies": {
Expand Down
105 changes: 0 additions & 105 deletions apps/extension/public/locales/cn/account-add.json

This file was deleted.

4 changes: 0 additions & 4 deletions apps/extension/public/locales/cn/asset.json

This file was deleted.

145 changes: 0 additions & 145 deletions apps/extension/public/locales/cn/common.json

This file was deleted.

24 changes: 0 additions & 24 deletions apps/extension/public/locales/cn/copy-address.json

This file was deleted.

22 changes: 0 additions & 22 deletions apps/extension/public/locales/cn/navigation.json

This file was deleted.

47 changes: 0 additions & 47 deletions apps/extension/public/locales/cn/onboard.json

This file was deleted.

7 changes: 0 additions & 7 deletions apps/extension/public/locales/cn/phishing.json

This file was deleted.

Loading

0 comments on commit 8932adc

Please sign in to comment.