From 527c929b53f76daf2bfa84d9285878782564363c Mon Sep 17 00:00:00 2001 From: Spythere Date: Wed, 18 Feb 2026 02:23:08 +0100 Subject: [PATCH] chore(profile): added TD2 forum profile link button --- src/components/PlayerProfileView/ProfileSummary.vue | 8 ++++++++ src/locales/en.json | 1 + src/locales/pl.json | 1 + 3 files changed, 10 insertions(+) diff --git a/src/components/PlayerProfileView/ProfileSummary.vue b/src/components/PlayerProfileView/ProfileSummary.vue index ee396a4..46a3863 100644 --- a/src/components/PlayerProfileView/ProfileSummary.vue +++ b/src/components/PlayerProfileView/ProfileSummary.vue @@ -66,6 +66,14 @@ > {{ t('profile.stats.dispatchers-journal') }} + + + {{ t('profile.stats.forum-profile') }} + diff --git a/src/locales/en.json b/src/locales/en.json index 8e6f7dd..f9b8c88 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -634,6 +634,7 @@ "stats": { "timetables-journal": "TIMETABLE JOURNAL", "dispatchers-journal": "DISPATCHER JOURNAL", + "forum-profile": "FORUM PROFILE", "driver": "DRIVER", "dispatcher": "DISPATCHER", diff --git a/src/locales/pl.json b/src/locales/pl.json index a59bbdd..2ab2b41 100644 --- a/src/locales/pl.json +++ b/src/locales/pl.json @@ -619,6 +619,7 @@ "stats": { "timetables-journal": "DZIENNIK RJ", "dispatchers-journal": "DZIENNIK DR", + "forum-profile": "PROFIL FORUM", "driver": "MASZYNISTA", "dispatcher": "DYƻURNY RUCHU",