fix: update translation URL

This commit is contained in:
Octol1ttle
2024-12-03 16:07:41 +05:00
parent ba2876e534
commit 5b3f995266
3 changed files with 4 additions and 4 deletions

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"