Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export default defineConfig({
pl: 'TrucklineMP',
de: 'TrucklineMP',
fr: 'TrucklineMP',
tr: 'TrucklineMP',
},
defaultLocale: 'root',
locales: {
Expand All @@ -30,6 +31,10 @@ export default defineConfig({
label: 'Français',
lang: 'fr',
},
tr: {
label: 'Türkçe',
lang: 'tr',
},
},
logo: {
src: './src/assets/truckline_large_no_shadow.svg',
Expand Down Expand Up @@ -61,20 +66,23 @@ export default defineConfig({
label: 'Verified VTC Program',
translations: {
pl: 'Zweryfikowany Program VTC',
tr: 'Doğrulanmış VTC Programı',
},
},
{
slug: 'guides/partnered-vtc-program',
label: 'Partnered VTC Program',
translations: {
pl: 'Partnerski Program VTC',
tr: 'Partner VTC Programı',
},
},
{
slug: 'guides/vtc-livery-guidelines',
label: 'VTC Livery Guidelines',
translations: {
pl: 'Wytyczne Malowania VTC',
tr: 'VTC Kaplama Yönergeleri'
},
},
],
Expand All @@ -88,48 +96,55 @@ export default defineConfig({
label: 'General Settings',
translations: {
pl: 'Ustawienia Ogólne',
tr: 'Genel Ayarlar',
},
},
{
slug: 'guides/vtc-roles-permissions',
label: 'Roles & Permissions',
translations: {
pl: 'Role i Uprawnienia',
tr: 'Roller ve İzinler',
},
},
{
slug: 'guides/vtc-member-management',
label: 'Member Management',
translations: {
pl: 'Zarządzanie Członkami',
tr: 'Üye Yönetimi',
},
},
{
slug: 'guides/vtc-recruitment',
label: 'Recruitment',
translations: {
pl: 'Rekrutacja',
tr: 'Üye Alımı',
},
},
{
slug: 'guides/vtc-announcements',
label: 'Announcements',
translations: {
pl: 'Ogłoszenia',
tr: 'Duyurular',
},
},
{
slug: 'guides/vtc-discord-verification',
label: 'Discord Verification',
translations: {
pl: 'Weryfikacja Discord',
tr: 'Discord Doğrulama',
},
},
{
slug: 'guides/vtc-visibility',
label: 'Visibility',
translations: {
pl: 'Widoczność',
tr: 'Görünürlük',
},
},
],
Expand All @@ -146,6 +161,7 @@ export default defineConfig({
label: 'Linked Roles',
translations: {
pl: 'Połączone Role',
tr: 'Bağlı Roller',
},
},
],
Expand All @@ -159,34 +175,39 @@ export default defineConfig({
label: 'Profile Settings',
translations: {
pl: 'Ustawienia Profilu',
tr: 'Profil Ayarları',
},
},
{
slug: 'guides/account-security',
label: 'Account Security',
translations: {
pl: 'Bezpieczeństwo Konta',
tr: 'Hesap Güvenliği',
},
},
{
slug: 'guides/connections',
label: 'Connections',
translations: {
pl: 'Połączenia',
tr: 'Bağlantılar',
},
},
{
slug: 'guides/appearance-preferences',
label: 'Appearance & Preferences',
translations: {
pl: 'Wygląd i Preferencje',
tr: 'Görünüm ve Tercihler',
},
},
{
slug: 'guides/account-deletion',
label: 'Account Deletion',
translations: {
pl: 'Usunięcie Konta',
tr: 'Hesap Silme',
},
},
],
Expand All @@ -200,6 +221,7 @@ export default defineConfig({
label: 'Translate Documentation',
translations: {
pl: 'Tłumacz Dokumentację',
tr: 'Dokümanları Çevirme',
},
},
],
Expand Down