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
6007527c
Unverified
Commit
6007527c
authored
May 28, 2021
by
Moody Salem
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
couple more missing keys
parent
06c8db91
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
+11
-2
CommonBases.tsx
src/components/SearchModal/CommonBases.tsx
+3
-2
en-US.po
src/locales/en-US.po
+8
-0
No files found.
src/components/SearchModal/CommonBases.tsx
View file @
6007527c
import
{
t
,
Trans
}
from
'
@lingui/macro
'
import
React
from
'
react
'
import
React
from
'
react
'
import
{
Text
}
from
'
rebass
'
import
{
Text
}
from
'
rebass
'
import
{
Currency
}
from
'
@uniswap/sdk-core
'
import
{
Currency
}
from
'
@uniswap/sdk-core
'
...
@@ -41,9 +42,9 @@ export default function CommonBases({
...
@@ -41,9 +42,9 @@ export default function CommonBases({
<
AutoColumn
gap=
"md"
>
<
AutoColumn
gap=
"md"
>
<
AutoRow
>
<
AutoRow
>
<
Text
fontWeight=
{
500
}
fontSize=
{
14
}
>
<
Text
fontWeight=
{
500
}
fontSize=
{
14
}
>
Common bases
<
Trans
>
Common bases
</
Trans
>
</
Text
>
</
Text
>
<
QuestionHelper
text=
"These tokens are commonly paired with other tokens."
/>
<
QuestionHelper
text=
{
t
`These tokens are commonly paired with other tokens.`
}
/>
</
AutoRow
>
</
AutoRow
>
<
AutoRow
gap=
"4px"
>
<
AutoRow
gap=
"4px"
>
{
bases
.
map
((
currency
:
Currency
)
=>
{
{
bases
.
map
((
currency
:
Currency
)
=>
{
...
...
src/locales/en-US.po
View file @
6007527c
...
@@ -405,6 +405,10 @@ msgstr ""
...
@@ -405,6 +405,10 @@ msgstr ""
msgid "Collecting fees will withdraw currently available fees for you."
msgid "Collecting fees will withdraw currently available fees for you."
msgstr ""
msgstr ""
#: src/components/SearchModal/CommonBases.tsx
msgid "Common bases"
msgstr ""
#: src/pages/RemoveLiquidity/index.tsx
#: src/pages/RemoveLiquidity/index.tsx
msgid "Confirm"
msgid "Confirm"
msgstr ""
msgstr ""
...
@@ -1160,6 +1164,10 @@ msgstr ""
...
@@ -1160,6 +1164,10 @@ msgstr ""
msgid "The ratio of tokens you add will set the price of this pool."
msgid "The ratio of tokens you add will set the price of this pool."
msgstr ""
msgstr ""
#: src/components/SearchModal/CommonBases.tsx
msgid "These tokens are commonly paired with other tokens."
msgstr ""
#: src/pages/MigrateV2/MigrateV2Pair.tsx
#: src/pages/MigrateV2/MigrateV2Pair.tsx
msgid "This tool will safely migrate your {0} liquidity to V3. The process is completely trustless thanks to the"
msgid "This tool will safely migrate your {0} liquidity to V3. The process is completely trustless thanks to the"
msgstr ""
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