fix: update translation URL

This commit is contained in:
Octol1ttle 2024-12-03 16:07:41 +05:00
parent ba2876e534
commit 5b3f995266
No known key found for this signature in database
GPG Key ID: B77C34313AEE1FFF
3 changed files with 4 additions and 4 deletions

View File

@ -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.

View File

@ -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;

View File

@ -125,7 +125,7 @@ const Profile: ComponentType<Props> = ({ user, activeLocale }) => {
values={{
locale: user.lang,
participateInTheTranslation: (
<a href="http://ely.by/translate" target="_blank">
<a href="https://crowdin.com/project/elyby" target="_blank">
<Message
key="participateInTheTranslation"
defaultMessage="participate in the translation"