Skip to content

Commit

Permalink
run yarn lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rossbulat committed Jan 12, 2025
1 parent ec98c2f commit 2e7becb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/locales/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2024 @polkadot-cloud/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { enGB, zhCN, es } from 'date-fns/locale'
import { enGB, es, zhCN } from 'date-fns/locale'
import i18next from 'i18next'
import { initReactI18next } from 'react-i18next'
import baseEn from './resources/en/base.json'
Expand Down
4 changes: 3 additions & 1 deletion packages/locales/src/resources/es/help.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,9 @@
],
"idealStaked": [
"Stake Ideal",
["El porcentaje de suministro total en stake en condiciones ideales de red."]
[
"El porcentaje de suministro total en stake en condiciones ideales de red."
]
],
"inactiveNominations": [
"Nominaciones Inactivas",
Expand Down

0 comments on commit 2e7becb

Please sign in to comment.