mirror of
https://github.com/cerc-io/mars-interface.git
synced 2024-12-22 04:07:44 +00:00
env: use main translation branch
This commit is contained in:
parent
234cad27fd
commit
7d1efbb64b
4
.gitignore
vendored
4
.gitignore
vendored
@ -33,5 +33,9 @@ yarn-error.log*
|
||||
# vercel
|
||||
.vercel
|
||||
|
||||
# Sentry
|
||||
.sentryclirc
|
||||
|
||||
# IDE
|
||||
.idea
|
||||
.env
|
@ -17,7 +17,7 @@ i18next
|
||||
backend: {
|
||||
crossDomain: true,
|
||||
loadPath() {
|
||||
return 'https://raw.githubusercontent.com/mars-protocol/translations/develop/{{lng}}.json'
|
||||
return 'https://raw.githubusercontent.com/mars-protocol/translations/main/{{lng}}.json'
|
||||
},
|
||||
},
|
||||
react: {
|
||||
|
Loading…
Reference in New Issue
Block a user