From 5b3f995266608da99fa28b2301dab734a502cd82 Mon Sep 17 00:00:00 2001 From: Octol1ttle Date: Tue, 3 Dec 2024 16:07:41 +0500 Subject: [PATCH] fix: update translation URL --- README.md | 4 ++-- .../app/components/languageSwitcher/LanguageSwitcherPopup.tsx | 2 +- packages/app/components/profile/Profile.tsx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 19753d0..5c74349 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Ely.by Accounts Web Frontend [![Build Status](https://travis-ci.org/elyby/accounts-frontend.svg?branch=master)](https://travis-ci.org/elyby/accounts-frontend) -[![Ely.by translation on Crowdin](https://d322cqt584bo4o.cloudfront.net/elyby/localized.svg)](https://translate.ely.by/project/elyby) +[![Ely.by translation on Crowdin](https://d322cqt584bo4o.cloudfront.net/elyby/localized.svg)](https://crowdin.com/project/elyby) Web interface for Ely.by Accounts service. Developed using ReactJS and Flow typing. @@ -49,4 +49,4 @@ yarn test ## Translating Ely.by translation is done through the [Crowdin](https://crowdin.com) service. -[Click here](https://translate.ely.by/project/elyby/invite) to participate in the translation of the project. +[Click here](https://crowdin.com/project/elyby) to participate in the translation of the project. diff --git a/packages/app/components/languageSwitcher/LanguageSwitcherPopup.tsx b/packages/app/components/languageSwitcher/LanguageSwitcherPopup.tsx index fbadbc2..f9842fa 100644 --- a/packages/app/components/languageSwitcher/LanguageSwitcherPopup.tsx +++ b/packages/app/components/languageSwitcher/LanguageSwitcherPopup.tsx @@ -8,7 +8,7 @@ import Popup from 'app/components/ui/popup'; import styles from './languageSwitcher.scss'; import LanguagesList from './LanguagesList'; -const translateUrl = 'http://ely.by/translate'; +const translateUrl = 'https://crowdin.com/project/elyby'; export interface LocaleData { code: string; diff --git a/packages/app/components/profile/Profile.tsx b/packages/app/components/profile/Profile.tsx index 639349f..a76b711 100644 --- a/packages/app/components/profile/Profile.tsx +++ b/packages/app/components/profile/Profile.tsx @@ -125,7 +125,7 @@ const Profile: ComponentType = ({ user, activeLocale }) => { values={{ locale: user.lang, participateInTheTranslation: ( - +