Skip to content

Commit

Permalink
Merge pull request #861 from the-hideout/feature/twitter_to_x
Browse files Browse the repository at this point in the history
Renaming Twitter in X
  • Loading branch information
Shebuka authored Feb 26, 2024
2 parents 69e86be + fd07db6 commit 6e82eb7
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 14 deletions.
6 changes: 3 additions & 3 deletions src/components/footer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Link } from 'react-router-dom';

import { ReactComponent as GithubIcon } from '../supporter/Github.svg';
import { ReactComponent as DiscordIcon } from '../supporter/Discord.svg';
import { ReactComponent as TwitterIcon } from '../supporter/Twitter.svg';
import { ReactComponent as XIcon } from '../supporter/X.svg';

import './index.css';
import UkraineButton from '../ukraine-button/index.js';
Expand Down Expand Up @@ -31,9 +31,9 @@ function Footer() {
If you wanna have a chat, ask questions or request features, we have a <a href="https://discord.gg/XPAsKGHSzH" target="_blank" rel="noopener noreferrer"><DiscordIcon /> Discord</a> server.
</p>
</Trans>
<Trans i18nKey={'about-twitter-p'}>
<Trans i18nKey={'about-x-p'}>
<p>
Follow us on <a href="https://twitter.com/tarkov_dev" target="_blank" rel="noopener noreferrer"><TwitterIcon /> Twitter</a> for all the latest updates.
Follow us on <a href="https://x.com/tarkov_dev" target="_blank" rel="noopener noreferrer"><XIcon /> X</a> for all the latest updates.
</p>
</Trans>
<p>
Expand Down
4 changes: 4 additions & 0 deletions src/components/supporter/X.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/pages/about/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Avatar, ThemeProvider, createTheme } from "@mui/material";

import { ReactComponent as GithubIcon } from '../../components/supporter/Github.svg';
import { ReactComponent as DiscordIcon } from '../../components/supporter/Discord.svg';
import { ReactComponent as TwitterIcon } from '../../components/supporter/Twitter.svg';
import { ReactComponent as XIcon } from '../../components/supporter/X.svg';

import SEO from '../../components/SEO.jsx';
import UkraineButton from '../../components/ukraine-button/index.js';
Expand Down Expand Up @@ -56,9 +56,9 @@ function About() {
If you wanna have a chat, ask questions or request features, we have a <a href="https://discord.gg/XPAsKGHSzH" target="_blank" rel="noopener noreferrer"><DiscordIcon /> Discord</a> server.
</p>
</Trans>
<Trans i18nKey={'about-twitter-p'}>
<Trans i18nKey={'about-x-p'}>
<p>
Follow us on <a href="https://twitter.com/tarkov_dev" target="_blank" rel="noopener noreferrer"><TwitterIcon /> Twitter</a> for all the latest updates.
Follow us on <a href="https://x.com/tarkov_dev" target="_blank" rel="noopener noreferrer"><XIcon /> X</a> for all the latest updates.
</p>
</Trans>
<h2>{t('Support')}</h2>
Expand Down
2 changes: 1 addition & 1 deletion src/translations/de/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"Tarkov.dev": "Tarkov.dev",
"about-open-source-p": "<0>Die gesamte Plattform ist Open Source und auf Entwickler ausgerichtet, der gesamte Quellcode ist verfügbar auf <1><0></0> GitHub</1>.</0>",
"about-discord-p": "<0>Wenn du Fragen hast oder Vorschläge für neue Funktionen hast, oder dich einfach nur unterhalten möchtest, besuch uns gerne auf unseren <1><0></0> Discord</1> server.</0>",
"about-twitter-p": "<0>Folge uns auf <1><0></0> Twitter</1> für alle Neuigkeiten.</0>",
"about-x-p": "<0>Folge uns auf <1><0></0> X</1> für alle Neuigkeiten.</0>",
"About": "Über",
"Contributors": "Unterstützer",
"Massive thanks to all the people who help build and maintain this project!": "Vielen Dank an alle Menschen, die uns dabei unterstützen das Projekt zu betreiben und die Entwicklung voran zu bringen!",
Expand Down
2 changes: 1 addition & 1 deletion src/translations/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"Tarkov.dev": "Tarkov.dev",
"about-open-source-p": "<0>The whole platform is open source and focused around developers. All code is available on <1><0></0> GitHub</1>.</0>",
"about-discord-p": "<0>If you wanna have a chat, ask questions or request features, we have a <1><0></0> Discord</1> server.</0>",
"about-twitter-p": "<0>Follow us on <1><0></0> Twitter</1> for all the latest updates.</0>",
"about-x-p": "<0>Follow us on <1><0></0> X</1> for all the latest updates.</0>",
"About": "About",
"Contributors": "Contributors",
"Massive thanks to all the people who help build and maintain this project!": "Massive thanks to all the people who help build and maintain this project!",
Expand Down
2 changes: 1 addition & 1 deletion src/translations/fr/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"Tarkov.dev": "Tarkov.dev",
"about-open-source-p": "<0>L'ensemble de la plate-forme est open source et axé sur les développeurs. Tout le code est disponible sur <1><0></0> GitHub</1>.</0>",
"about-discord-p": "<0>Si vous voulez discuter, poser des questions ou demander des fonctionnalités, nous avons un serveur <1><0></0>Discord</1>.</0>",
"about-twitter-p": "<0>Follow us on <1><0></0> Twitter</1> for all the latest updates.</0>",
"about-x-p": "<0>Follow us on <1><0></0> X</1> for all the latest updates.</0>",
"About": "À propos",
"Contributors": "Contributeurs",
"Massive thanks to all the people who help build and maintain this project!": "Un merci massif à toutes les personnes qui aident à construire et à maintenir ce projet!",
Expand Down
2 changes: 1 addition & 1 deletion src/translations/it/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"Tarkov.dev": "Tarkov.dev",
"about-open-source-p": "<0>L'intera piattaforma è open source e incentrata sugli sviluppatori. Tutto il codice è disponibile su <1><0></0> GitHub</1>.</0>",
"about-discord-p": "<0>Se tu vuoi chiacchierare, fare domande o richiedere funzionalità, abbiamo un server <1><0></0> Discord</1>.</0>",
"about-twitter-p": "<0>Follow us on <1><0></0> Twitter</1> for all the latest updates.</0>",
"about-x-p": "<0>Follow us on <1><0></0> X</1> for all the latest updates.</0>",
"About": "Chi siamo",
"Contributors": "Contribuenti",
"Massive thanks to all the people who help build and maintain this project!": "Un enorme ringraziamento a tutte le persone che aiutano a costruire e mantenere questo progetto!",
Expand Down
2 changes: 1 addition & 1 deletion src/translations/ja/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"Tarkov.dev": "Tarkov.dev",
"about-open-source-p": "<0>プラットフォーム全体がオープンソースで、開発者向けにフォーカスされています。すべてのコードは<1><0></0> GitHub</1> で公開されています。</0>",
"about-discord-p": "<0>チャットや質問、機能の要望があれば、<1><0></0> Discord</1>サーバーを用意しています。</0>",
"about-twitter-p": "<0>最新の情報は<1><0></0>Twitter</1>でフォローしてください。</0>",
"about-x-p": "<0>最新の情報は<1><0></0>X</1>でフォローしてください。</0>",
"About": "について",
"Contributors": "投稿者",
"Massive thanks to all the people who help build and maintain this project!": "このプロジェクトの構築と維持にご協力いただいているすべての方々に、多大なる感謝を申し上げます!",
Expand Down
2 changes: 1 addition & 1 deletion src/translations/pl/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"Tarkov.dev": "Tarkov.dev",
"about-open-source-p": "<0>Cała platforma jest open source i skupia się wokół deweloperów. Cały kod jest dostępny na <1><0></0> GitHub</1>.</0>",
"about-discord-p": "<0>Jeśli chcesz porozmawiać, zadać pytania lub poprosić o nowe funkcje, mamy serwer <1><0></0> Discord</1>.</0>",
"about-twitter-p": "<0>Obserwuj nas na <1><0></0> Twitterze</1> dla wszystkich najnowszych aktualizacji.</0>",
"about-x-p": "<0>Obserwuj nas na <1><0></0> Xze</1> dla wszystkich najnowszych aktualizacji.</0>",
"About": "O",
"Contributors": "Współtwórcy",
"Massive thanks to all the people who help build and maintain this project!": "Ogromne podziękowania dla wszystkich ludzi, którzy pomagają budować i utrzymywać ten projekt!",
Expand Down
2 changes: 1 addition & 1 deletion src/translations/pt/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"Tarkov.dev": "Tarkov.dev",
"about-open-source-p": "<0>A plataforma é inteiramente de código aberto e focada em desenvolvedores. O código está disponível na íntegra no <1><0></0> GitHub</1>.</0>",
"about-discord-p": "<0>Caso queira conversar, fazer perguntas ou pedir novas funcionalidades, nós temos um <1><0></0> Discord</1> servidor.</0>",
"about-twitter-p": "<0>Follow us on <1><0></0> Twitter</1> for all the latest updates.</0>",
"about-x-p": "<0>Follow us on <1><0></0> X</1> for all the latest updates.</0>",
"About": "Sobre",
"Contributors": "Contribuidores",
"Massive thanks to all the people who help build and maintain this project!": "Enormes agradecimentos a todos que ajudam a construir e manter esse projeto!",
Expand Down
2 changes: 1 addition & 1 deletion src/translations/ru/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"Tarkov.dev": "Tarkov.dev",
"about-open-source-p": "<0>Вся платформа имеет открытый исходный код и ориентирована на разработчиков. Весь код доступен на <1><0></0> GitHub</1>.</0>",
"about-discord-p": "<0>Если вы хотите пообщаться, задать вопросы или запросить функции, у нас есть <1><0></0> Discord</1> сервер.</0>",
"about-twitter-p": "<0>Читайте наш <1><0></0> Twitter</1> для всех последних обновлений.</0>",
"about-x-p": "<0>Читайте наш <1><0></0> X</1> для всех последних обновлений.</0>",
"About": "О сайте",
"Contributors": "Контрибуторы",
"Massive thanks to all the people who help build and maintain this project!": "Огромное спасибо всем людям, которые помогают создавать и поддерживать этот проект!",
Expand Down

0 comments on commit 6e82eb7

Please sign in to comment.