Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
interface
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LuckySwap
interface
Commits
3e9289dc
Unverified
Commit
3e9289dc
authored
May 29, 2021
by
Moody Salem
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
couple of missing translations in the currency list
parent
4eb5c3ca
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
3 deletions
+18
-3
CurrencyList.tsx
src/components/SearchModal/CurrencyList.tsx
+6
-3
en-US.po
src/locales/en-US.po
+12
-0
No files found.
src/components/SearchModal/CurrencyList.tsx
View file @
3e9289dc
import
{
t
,
Trans
}
from
'
@lingui/macro
'
import
{
Currency
,
CurrencyAmount
,
Token
}
from
'
@uniswap/sdk-core
'
import
React
,
{
CSSProperties
,
MutableRefObject
,
useCallback
,
useMemo
}
from
'
react
'
import
{
FixedSizeList
}
from
'
react-window
'
...
...
@@ -132,7 +133,7 @@ function CurrencyRow({
{
currency
.
symbol
}
</
Text
>
<
TYPE
.
darkGray
ml=
"0px"
fontSize=
{
'
12px
'
}
fontWeight=
{
300
}
>
{
currency
.
name
}
{
!
currency
.
isNative
&&
!
isOnSelectedList
&&
customAdded
&&
'
•
Added by user
'
}
{
currency
.
name
}
{
!
currency
.
isNative
&&
!
isOnSelectedList
&&
customAdded
&&
'
•
'
+
t
`Added by user`
}
</
TYPE
.
darkGray
>
</
Column
>
<
TokenTags
currency=
{
currency
}
/>
...
...
@@ -158,10 +159,12 @@ function BreakLineComponent({ style }: { style: CSSProperties }) {
<
RowFixed
>
<
TokenListLogoWrapper
src=
{
TokenListLogo
}
/>
<
TYPE
.
main
ml=
"6px"
fontSize=
"12px"
color=
{
theme
.
text1
}
>
Expanded results from inactive Token Lists
<
Trans
>
Expanded results from inactive Token Lists
</
Trans
>
</
TYPE
.
main
>
</
RowFixed
>
<
QuestionHelper
text=
"Tokens from inactive lists. Import specific tokens below or click 'Manage' to activate more lists."
/>
<
QuestionHelper
text=
{
t
`Tokens from inactive lists. Import specific tokens below or click 'Manage' to activate more lists.`
}
/>
</
RowBetween
>
</
LightGreyCard
>
</
FixedContentRow
>
...
...
src/locales/en-US.po
View file @
3e9289dc
...
...
@@ -191,6 +191,10 @@ msgstr ""
msgid "Add {0}/{1} V3 liquidity"
msgstr ""
#: src/components/SearchModal/CurrencyList.tsx
msgid "Added by user"
msgstr ""
#: src/components/TransactionConfirmationModal/index.tsx
msgid "Added {0}"
msgstr ""
...
...
@@ -618,6 +622,10 @@ msgstr ""
msgid "Error importing list"
msgstr ""
#: src/components/SearchModal/CurrencyList.tsx
msgid "Expanded results from inactive Token Lists"
msgstr ""
#: src/pages/Pool/CTACards.tsx
msgid "Explore popular pools on Uniswap Analytics."
msgstr ""
...
...
@@ -1189,6 +1197,10 @@ msgstr ""
msgid "Tokens"
msgstr ""
#: src/components/SearchModal/CurrencyList.tsx
msgid "Tokens from inactive lists. Import specific tokens below or click 'Manage' to activate more lists."
msgstr ""
#: src/pages/Pool/CTACards.tsx
msgid "Top pools"
msgstr ""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment