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
499ef277
Unverified
Commit
499ef277
authored
May 30, 2021
by
Moody Salem
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix the english translation in build
parent
1ea0769b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
crowdin-sync.yaml
.github/workflows/crowdin-sync.yaml
+1
-1
crowdin.yaml
.github/workflows/crowdin.yaml
+1
-1
package.json
package.json
+2
-1
No files found.
.github/workflows/crowdin-sync.yaml
View file @
499ef277
...
...
@@ -39,7 +39,7 @@ jobs:
run
:
yarn install --frozen-lockfile
-
name
:
Extract translations
run
:
"
yarn
lingui
extract
--locale
en-US
"
run
:
"
yarn
i18n:extract
"
-
name
:
Synchronize
uses
:
crowdin/github-action@1.1.0
...
...
.github/workflows/crowdin.yaml
View file @
499ef277
...
...
@@ -37,7 +37,7 @@ jobs:
run
:
yarn install --frozen-lockfile
-
name
:
Extract translations
run
:
"
yarn
lingui
extract
--locale
en-US
"
run
:
"
yarn
i18n:extract
"
-
name
:
Synchronize
uses
:
crowdin/github-action@1.1.0
...
...
package.json
View file @
499ef277
...
...
@@ -126,7 +126,8 @@
"compile-contract-types"
:
"yarn compile-external-abi-types && yarn compile-v3-contract-types"
,
"compile-external-abi-types"
:
"typechain --target ethers-v5 --out-dir src/abis/types './src/abis/**/*.json'"
,
"compile-v3-contract-types"
:
"typechain --target ethers-v5 --out-dir src/types/v3 './node_modules/@uniswap/?(v3-core|v3-periphery)/artifacts/contracts/**/*.json'"
,
"build"
:
"yarn compile-contract-types && yarn i18n:compile && react-scripts build"
,
"build"
:
"yarn compile-contract-types && yarn i18n:extract && yarn i18n:compile && react-scripts build"
,
"i18n:extract"
:
"lingui extract --locale en-US"
,
"i18n:compile"
:
"lingui compile"
,
"integration-test"
:
"start-server-and-test 'serve build -l 3000' http://localhost:3000 'cypress run'"
,
"postinstall"
:
"yarn compile-contract-types"
,
...
...
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