mirror of
https://github.com/BeamMP/BeamMP-Website.git
synced 2026-05-19 16:10:40 +00:00
Added i18n Translation Support
Co-Authored-By: Tixx <83774803+WiserTixx@users.noreply.github.com>
This commit is contained in:
+38
-58
@@ -5,11 +5,10 @@
|
||||
<!-- Page Title -->
|
||||
<div class="mb-8">
|
||||
<h1 class="text-4xl font-extrabold tracking-tight text-neutral-900 dark:text-white">
|
||||
About BeamMP
|
||||
{{ $t('message.about.title') }}
|
||||
</h1>
|
||||
<p class="mt-3 text-neutral-600 dark:text-neutral-300 max-w-2xl">
|
||||
BeamMP brings multiplayer to BeamNG.drive. It’s built by and for the community, focusing on
|
||||
stability, performance, and an authentic driving experience shared with friends.
|
||||
{{ $t('message.about.description') }}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
@@ -18,19 +17,11 @@
|
||||
class="rounded-lg border border-neutral-200 dark:border-neutral-800 bg-white/70 dark:bg-neutral-900/60 p-6 mb-10"
|
||||
>
|
||||
<h2 class="text-2xl font-semibold text-neutral-900 dark:text-white mb-4">
|
||||
A Note from the Creator
|
||||
{{ $t('message.about.note.title') }}
|
||||
</h2>
|
||||
<div class="prose prose-neutral dark:prose-invert max-w-none">
|
||||
<p>
|
||||
BeamMP started with a simple idea: I want to play BeamNG.drive with my brothers. What
|
||||
began as an experiment quickly grew into a community-driven project focused on
|
||||
implementing multiplayer, and fun. We care deeply about trying to provide the best
|
||||
experience possible, and making it easy for players to hop in and enjoy driving together.
|
||||
</p>
|
||||
<p>
|
||||
The project is open to contributors of all skill levels. Whether you write code, moderate
|
||||
a server, design scenarios, or help others get set up—your efforts are part of what makes
|
||||
BeamMP thrive. Thank you for being here and helping us build something special.
|
||||
{{ $t('message.about.note.content') }}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -39,40 +30,39 @@
|
||||
<div class="grid gap-8 md:grid-cols-2 mb-10">
|
||||
<div class="rounded-lg border border-neutral-200 dark:border-neutral-800 p-6">
|
||||
<h3 class="text-xl font-semibold text-neutral-900 dark:text-white mb-3">
|
||||
What BeamMP Provides
|
||||
{{ $t('message.about.provides.title') }}
|
||||
</h3>
|
||||
<ul class="space-y-2 text-neutral-700 dark:text-neutral-300">
|
||||
<li>Multiplayer sessions for BeamNG.drive with server browser and filters</li>
|
||||
<li>Server-side moderation tools and configuration options</li>
|
||||
<li>Mod support with protection for paid content</li>
|
||||
<li>Active community channels (Forum, Discord) for help and collaboration</li>
|
||||
<li>{{ $t('message.about.provides.points.0') }}</li>
|
||||
<li>{{ $t('message.about.provides.points.1') }}</li>
|
||||
<li>{{ $t('message.about.provides.points.2') }}</li>
|
||||
<li>{{ $t('message.about.provides.points.3') }}</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="rounded-lg border border-neutral-200 dark:border-neutral-800 p-6">
|
||||
<h3 class="text-xl font-semibold text-neutral-900 dark:text-white mb-3">Project Values</h3>
|
||||
<h3 class="text-xl font-semibold text-neutral-900 dark:text-white mb-3">
|
||||
{{ $t('message.about.project.title') }}
|
||||
</h3>
|
||||
<ul class="space-y-2 text-neutral-700 dark:text-neutral-300">
|
||||
<li>Community-first: decisions guided by real player/server needs</li>
|
||||
<li>
|
||||
Reliability: prioritizing stability, sync fidelity, and performance where possible
|
||||
</li>
|
||||
<li>Openness: welcoming contributions, feedback, and transparency</li>
|
||||
<li>Safety: promoting fair play and respectful interactions</li>
|
||||
<li>{{ $t('message.about.project.points.0') }}</li>
|
||||
<li>{{ $t('message.about.project.points.1') }}</li>
|
||||
<li>{{ $t('message.about.project.points.2') }}</li>
|
||||
<li>{{ $t('message.about.project.points.3') }}</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- How to Get Involved -->
|
||||
<div class="rounded-lg border border-neutral-200 dark:border-neutral-800 p-6 mb-10">
|
||||
<h3 class="text-xl font-semibold text-neutral-900 dark:text-white mb-3">Get Involved</h3>
|
||||
<h3 class="text-xl font-semibold text-neutral-900 dark:text-white mb-3">{{ $t('message.about.get_involved.title') }}</h3>
|
||||
<p class="text-neutral-700 dark:text-neutral-300 mb-4">
|
||||
There are many ways to participate—join discussions, report issues, contribute code, or help
|
||||
to support the project financially via
|
||||
{{ $t('message.about.get_involved.description') }}
|
||||
<a
|
||||
href="https://www.patreon.com/BeamMP"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
class="text-orange-500 hover:underline"
|
||||
>Patreon</a
|
||||
>{{ $t('message.about.get_involved.patreon') }}</a
|
||||
>.
|
||||
</p>
|
||||
<div class="flex flex-wrap gap-3">
|
||||
@@ -81,28 +71,28 @@
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
class="px-4 py-2 rounded-md bg-neutral-100 hover:bg-neutral-200 text-neutral-900 dark:bg-neutral-800 dark:text-white dark:hover:bg-neutral-700 transition-colors"
|
||||
>Forum</a
|
||||
>{{ $t('message.about.get_involved.forum') }}</a
|
||||
>
|
||||
<a
|
||||
href="https://docs.beammp.com"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
class="px-4 py-2 rounded-md bg-neutral-100 hover:bg-neutral-200 text-neutral-900 dark:bg-neutral-800 dark:text-white dark:hover:bg-neutral-700 transition-colors"
|
||||
>Docs</a
|
||||
>{{ $t('message.about.get_involved.docs') }}</a
|
||||
>
|
||||
<a
|
||||
href="https://github.com/BeamMP/BeamMP"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
class="px-4 py-2 rounded-md bg-neutral-100 hover:bg-neutral-200 text-neutral-900 dark:bg-neutral-800 dark:text-white dark:hover:bg-neutral-700 transition-colors"
|
||||
>GitHub</a
|
||||
>{{ $t('message.about.get_involved.github') }}</a
|
||||
>
|
||||
<a
|
||||
href="https://discord.gg/beammp"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
class="px-4 py-2 rounded-md bg-neutral-100 hover:bg-neutral-200 text-neutral-900 dark:bg-neutral-800 dark:text-white dark:hover:bg-neutral-700 transition-colors"
|
||||
>Discord</a
|
||||
>{{ $t('message.about.get_involved.discord') }}</a
|
||||
>
|
||||
<a
|
||||
href="https://www.patreon.com/BeamMP"
|
||||
@@ -110,7 +100,7 @@
|
||||
rel="noopener noreferrer"
|
||||
class="px-4 py-2 rounded-md bg-orange-500 text-white hover:bg-orange-600 transition-colors"
|
||||
>
|
||||
Patreon
|
||||
{{ $t('message.about.get_involved.patreon') }}
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
@@ -118,12 +108,10 @@
|
||||
<!-- Funding & Sustainability -->
|
||||
<div class="rounded-lg border border-neutral-200 dark:border-neutral-800 p-6 mb-10">
|
||||
<h3 class="text-xl font-semibold text-neutral-900 dark:text-white mb-3">
|
||||
Funding & Sustainability
|
||||
{{ $t('message.about.funding.title') }}
|
||||
</h3>
|
||||
<p class="text-neutral-700 dark:text-neutral-300 mb-4">
|
||||
BeamMP relies on community support. Donations help cover infrastructure, bandwidth, tooling,
|
||||
and development time. If you value the project and want to help it grow, please consider
|
||||
supporting us.
|
||||
{{ $t('message.about.funding.description') }}
|
||||
</p>
|
||||
<div class="flex flex-wrap gap-3">
|
||||
<a
|
||||
@@ -132,7 +120,7 @@
|
||||
rel="noopener noreferrer"
|
||||
class="px-4 py-2 rounded-md bg-orange-500 text-white hover:bg-orange-600 transition-colors"
|
||||
>
|
||||
Support on Patreon
|
||||
{{ $t('message.about.funding.patreon') }}
|
||||
</a>
|
||||
<a
|
||||
href="https://github.com/BeamMP/BeamMP"
|
||||
@@ -140,7 +128,7 @@
|
||||
rel="noopener noreferrer"
|
||||
class="px-4 py-2 rounded-md bg-neutral-100 hover:bg-neutral-200 text-neutral-900 dark:bg-neutral-800 dark:text-white dark:hover:bg-neutral-700 transition-colors"
|
||||
>
|
||||
Learn more on GitHub
|
||||
{{ $t('message.about.funding.learn') }}
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
@@ -148,34 +136,26 @@
|
||||
<!-- Credits & Acknowledgements -->
|
||||
<div class="rounded-lg border border-neutral-200 dark:border-neutral-800 p-6">
|
||||
<h3 class="text-xl font-semibold text-neutral-900 dark:text-white mb-3">
|
||||
Credits & Acknowledgements
|
||||
{{ $t('message.about.credits.title') }}
|
||||
</h3>
|
||||
<p class="text-neutral-700 dark:text-neutral-300">
|
||||
BeamMP is maintained by the Mod Team and an incredible group of community contributors. We’d
|
||||
also like to thank server owners, mod creators, testers, and everyone reporting issues—your
|
||||
time and passion keep the project moving forward.
|
||||
{{ $t('message.about.credits.description') }}
|
||||
</p>
|
||||
<p class="text-neutral-700 dark:text-neutral-300 mt-4">
|
||||
Special thanks to the BeamNG.drive developers for creating such an amazing platform that
|
||||
makes projects like BeamMP possible in the first place.
|
||||
{{ $t('message.about.credits.desc_2') }}
|
||||
</p>
|
||||
<p class="text-neutral-700 dark:text-neutral-300 mt-4">
|
||||
Also a heartfelt thank you to the following current and former community members for their
|
||||
significant contributions to BeamMP over the years:
|
||||
{{ $t('message.about.credits.desc_3') }}
|
||||
</p>
|
||||
<ul class="list-disc list-inside text-neutral-700 dark:text-neutral-300 mt-2 space-y-1">
|
||||
<li>
|
||||
Jojos38 (Co-Founder) - for their work early on with designing everything to help make the
|
||||
idea become a reality
|
||||
</li>
|
||||
<li>Jetta (jetta.cat) - for the logo design and creation.</li>
|
||||
<li>Anonymous275 & Lionkor - for their work in rebuilding the project in C++.</li>
|
||||
<li>Tixx - for their considerable contributions across the project codebase.</li>
|
||||
<li>And many others!</li>
|
||||
<li>{{ $t('message.about.credits.mentions.0') }}</li>
|
||||
<li>{{ $t('message.about.credits.mentions.1') }}</li>
|
||||
<li>{{ $t('message.about.credits.mentions.2') }}</li>
|
||||
<li>{{ $t('message.about.credits.mentions.3') }}</li>
|
||||
<li>{{ $t('message.about.credits.mentions.4') }}</li>
|
||||
</ul>
|
||||
<p class="text-neutral-700 dark:text-neutral-300 mt-4">
|
||||
Together, we’re building something special. Thank you for being part of the BeamMP
|
||||
community!
|
||||
{{ $t('message.about.credits.thank_you') }}
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user