env: use main translation branch

This commit is contained in:
Linkie Link 2023-02-27 12:23:55 +01:00
parent 234cad27fd
commit 7d1efbb64b
No known key found for this signature in database
GPG Key ID: 5318B0F2564D38EA
2 changed files with 6 additions and 2 deletions

4
.gitignore vendored
View File

@ -33,5 +33,9 @@ yarn-error.log*
# vercel # vercel
.vercel .vercel
# Sentry
.sentryclirc
# IDE # IDE
.idea .idea
.env

View File

@ -17,7 +17,7 @@ i18next
backend: { backend: {
crossDomain: true, crossDomain: true,
loadPath() { loadPath() {
return 'https://raw.githubusercontent.com/mars-protocol/translations/develop/{{lng}}.json' return 'https://raw.githubusercontent.com/mars-protocol/translations/main/{{lng}}.json'
}, },
}, },
react: { react: {