mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-12-23 05:29:56 +05:30
Merge pull request #40 from Octol1ttle/fix-translate-linbk
fix: update translation URLs
This commit is contained in:
commit
533849026d
@ -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.
|
||||
|
@ -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;
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user