Skip to content

Commit

Permalink
translate - extract messages
Browse files Browse the repository at this point in the history
  • Loading branch information
shendel committed Oct 6, 2024
1 parent 75218f9 commit f6941f8
Show file tree
Hide file tree
Showing 13 changed files with 5,413 additions and 3 deletions.
541 changes: 541 additions & 0 deletions src/front/shared/localisation/ar.json

Large diffs are not rendered by default.

541 changes: 541 additions & 0 deletions src/front/shared/localisation/de.json

Large diffs are not rendered by default.

541 changes: 541 additions & 0 deletions src/front/shared/localisation/en.json

Large diffs are not rendered by default.

541 changes: 541 additions & 0 deletions src/front/shared/localisation/es.json

Large diffs are not rendered by default.

541 changes: 541 additions & 0 deletions src/front/shared/localisation/fa.json

Large diffs are not rendered by default.

541 changes: 541 additions & 0 deletions src/front/shared/localisation/ko.json

Large diffs are not rendered by default.

541 changes: 541 additions & 0 deletions src/front/shared/localisation/nl.json

Large diffs are not rendered by default.

541 changes: 541 additions & 0 deletions src/front/shared/localisation/pl.json

Large diffs are not rendered by default.

541 changes: 541 additions & 0 deletions src/front/shared/localisation/pt.json

Large diffs are not rendered by default.

541 changes: 541 additions & 0 deletions src/front/shared/localisation/ru.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/front/shared/pages/Exchange/QuickSwap/UniV3Pools.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ function UniV3Pools(props) {
<em styleName="outOfRange">
<i className="fas fa-exclamation-triangle"></i>
<FormattedMessage
id="qs_uni_position_inrange"
id="qs_uni_position_outrange"
defaultMessage="out of range"
/>
</em>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ function MintPosition(props) {
<>
<h4>
<FormattedMessage
id="uni_mint_set_price_range"
id="uni_mint_select_your_fee"
defaultMessage="Select you fee"
/>
</h4>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const InfoBlock = (props: any) => {
<em styleName="outOfRange">
<i className="fas fa-exclamation-triangle"></i>
<FormattedMessage
id="qs_uni_position_inrange"
id="qs_uni_position_outrange"
defaultMessage="out of range"
/>
</em>
Expand Down

0 comments on commit f6941f8

Please sign in to comment.