diff --git a/.arclint b/.arclint --- a/.arclint +++ b/.arclint @@ -275,7 +275,8 @@ }, "prettier": { "type": "prettier", - "include": "(^web/.*\\.(css|html|js|json|jsx|md|scss|ts|tsx)$)" + "include": "(^web/.*\\.(css|html|js|json|jsx|md|scss|ts|tsx)$)", + "exclude": "(^web/.*/translations/.*\\.json$)" } } } diff --git a/web/cashtab/src/components/Configure/Configure.js b/web/cashtab/src/components/Configure/Configure.js --- a/web/cashtab/src/components/Configure/Configure.js +++ b/web/cashtab/src/components/Configure/Configure.js @@ -15,7 +15,7 @@ SecondaryButton, SmartButton, } from '@components/Common/PrimaryButton'; -import { CashLoader, CashLoadingIcon } from '@components/Common/CustomIcons'; +import { CashLoader, CashLoadingIcon } from '@components/Common/CustomIcons'; import { ReactComponent as Trashcan } from '@assets/trashcan.svg'; import { ReactComponent as Edit } from '@assets/edit.svg'; import { Event } from '@utils/GoogleAnalytics'; diff --git a/web/cashtab/src/components/Send/SendToken.js b/web/cashtab/src/components/Send/SendToken.js --- a/web/cashtab/src/components/Send/SendToken.js +++ b/web/cashtab/src/components/Send/SendToken.js @@ -2,7 +2,9 @@ import { WalletContext } from '@utils/context'; import { Form, notification, message, Spin, Row, Col } from 'antd'; import Paragraph from 'antd/lib/typography/Paragraph'; -import PrimaryButton, { SecondaryButton } from '@components/Common/PrimaryButton'; +import PrimaryButton, { + SecondaryButton, +} from '@components/Common/PrimaryButton'; import { CashLoader, CashLoadingIcon } from '@components/Common/CustomIcons'; import { FormItemWithMaxAddon, diff --git a/web/cashtab/translations/en_US.json b/web/cashtab/translations/en_US.json --- a/web/cashtab/translations/en_US.json +++ b/web/cashtab/translations/en_US.json @@ -1,26 +1,26 @@ { - "fb-locale": "en_US", - "translations": { - "t+5SwD1ho9xhYy5PlfAPGg==": { - "translations": [ - { - "translation": "Wallet" - } - ] - }, - "fXmXHZxGc0NA87a+A1ppng==": { - "translations": [ - { - "translation": "Send" - } - ] - }, - "M8PvPwXAFjS9vGdEg8xnWw==": { - "translations": [ - { - "translation": "Settings" - } - ] + "fb-locale": "en_US", + "translations": { + "t+5SwD1ho9xhYy5PlfAPGg==": { + "translations": [ + { + "translation": "Wallet" } + ] + }, + "fXmXHZxGc0NA87a+A1ppng==": { + "translations": [ + { + "translation": "Send" + } + ] + }, + "M8PvPwXAFjS9vGdEg8xnWw==": { + "translations": [ + { + "translation": "Settings" + } + ] } -} + } +} \ No newline at end of file diff --git a/web/cashtab/translations/pt_BR.json b/web/cashtab/translations/pt_BR.json --- a/web/cashtab/translations/pt_BR.json +++ b/web/cashtab/translations/pt_BR.json @@ -1,26 +1,26 @@ { - "fb-locale": "pt_BR", - "translations": { - "t+5SwD1ho9xhYy5PlfAPGg==": { - "translations": [ - { - "translation": "Carteira" - } - ] - }, - "fXmXHZxGc0NA87a+A1ppng==": { - "translations": [ - { - "translation": "Enviar" - } - ] - }, - "M8PvPwXAFjS9vGdEg8xnWw==": { - "translations": [ - { - "translation": "Opções" - } - ] + "fb-locale": "pt_BR", + "translations": { + "t+5SwD1ho9xhYy5PlfAPGg==": { + "translations": [ + { + "translation": "Carteira" } + ] + }, + "fXmXHZxGc0NA87a+A1ppng==": { + "translations": [ + { + "translation": "Enviar" + } + ] + }, + "M8PvPwXAFjS9vGdEg8xnWw==": { + "translations": [ + { + "translation": "Opções" + } + ] } -} + } +} \ No newline at end of file