mirror of
				https://github.com/elyby/accounts-frontend.git
				synced 2025-05-31 14:11:58 +05:30 
			
		
		
		
	fix: update translation URL
This commit is contained in:
		@@ -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"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user