Merge pull request #40 from Octol1ttle/fix-translate-linbk

fix: update translation URLs
This commit is contained in:
ErickSkrauch 2024-12-03 12:10:20 +01:00 committed by GitHub
commit 533849026d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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"