mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
chore(profile): added TD2 forum profile link button
This commit is contained in:
@@ -66,6 +66,14 @@
|
|||||||
>
|
>
|
||||||
{{ t('profile.stats.dispatchers-journal') }}
|
{{ t('profile.stats.dispatchers-journal') }}
|
||||||
</router-link>
|
</router-link>
|
||||||
|
|
||||||
|
<a
|
||||||
|
class="a-button btn--action"
|
||||||
|
:href="`https://td2.info.pl/profile/?u=${route.query.playerId}`"
|
||||||
|
target="_blank"
|
||||||
|
>
|
||||||
|
{{ t('profile.stats.forum-profile') }}
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Current activity -->
|
<!-- Current activity -->
|
||||||
|
|||||||
@@ -634,6 +634,7 @@
|
|||||||
"stats": {
|
"stats": {
|
||||||
"timetables-journal": "TIMETABLE JOURNAL",
|
"timetables-journal": "TIMETABLE JOURNAL",
|
||||||
"dispatchers-journal": "DISPATCHER JOURNAL",
|
"dispatchers-journal": "DISPATCHER JOURNAL",
|
||||||
|
"forum-profile": "FORUM PROFILE",
|
||||||
|
|
||||||
"driver": "DRIVER",
|
"driver": "DRIVER",
|
||||||
"dispatcher": "DISPATCHER",
|
"dispatcher": "DISPATCHER",
|
||||||
|
|||||||
@@ -619,6 +619,7 @@
|
|||||||
"stats": {
|
"stats": {
|
||||||
"timetables-journal": "DZIENNIK RJ",
|
"timetables-journal": "DZIENNIK RJ",
|
||||||
"dispatchers-journal": "DZIENNIK DR",
|
"dispatchers-journal": "DZIENNIK DR",
|
||||||
|
"forum-profile": "PROFIL FORUM",
|
||||||
|
|
||||||
"driver": "MASZYNISTA",
|
"driver": "MASZYNISTA",
|
||||||
"dispatcher": "DYŻURNY RUCHU",
|
"dispatcher": "DYŻURNY RUCHU",
|
||||||
|
|||||||
Reference in New Issue
Block a user