Skip to content

Commit

Permalink
Adding and fixing CS and SK into the astro.config.mjs round 2 over Ch…
Browse files Browse the repository at this point in the history
…atGPT O1 model
  • Loading branch information
SoongVilda committed Jan 3, 2025
1 parent 6b3b508 commit 392a704
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -191,20 +191,32 @@ export default defineConfig({
label: 'CachyOS Features',
translations: {
ru: 'Возможности CachyOS',
cs: 'Funkce CachyOS',
sk: 'Funkcie CachyOS',
},
items: [
{
label: 'CachyOS chroot Helper (cachy-chroot)',
link: 'features/cachy_chroot',
translations: {
cs: 'Pomůcka pro chroot CachyOS (cachy-chroot)',
sk: 'Pomôcka pre chroot CachyOS (cachy-chroot)',
},
},
{
label: 'CachyOS Hardware Detection (chwd)',
link: 'features/chwd',
translations: {
cs: 'Detekce hardwaru CachyOS (chwd)',
sk: 'Detekcia hardvéru CachyOS (chwd)',
},
},
{
label: 'CachyOS Kernel',
translations: {
ru: 'Ядро CachyOS',
cs: 'Jádro CachyOS',
sk: 'Jadro CachyOS',
},
link: 'features/kernel',
},
Expand All @@ -221,13 +233,17 @@ export default defineConfig({
label: 'CachyOS Settings',
translations: {
ru: 'Настройки CachyOS',
cs: 'Nastavení CachyOS',
sk: 'Nastavenia CachyOS',
},
link: 'features/cachyos_settings',
},
{
label: 'Optimized Repositories',
translations: {
ru: 'Оптимизированные репозитории',
cs: 'Optimalizované repozitáře',
sk: 'Optimalizované repozitáre',
},
link: 'features/optimized_repos',
},
Expand All @@ -245,6 +261,8 @@ export default defineConfig({
label: 'Secure Boot Setup',
translations: {
ru: 'Настройка Secure Boot',
cs: 'Nastavení Secure Boot',
sk: 'Nastavenie Secure Boot',
},
link: 'configuration/secure_boot_setup',
},
Expand All @@ -261,6 +279,7 @@ export default defineConfig({
label: 'Boot Manager Configuration',
translations: {
ru: 'Конфигурация Boot менеджера',
sk: 'Konfigurácia Boot manažéra',
},
link: 'configuration/boot_manager_configuration',
},
Expand All @@ -276,6 +295,10 @@ export default defineConfig({
{
label: 'Gaming',
link: 'configuration/gaming',
translations: {
cs: 'Hraní her',
sk: 'Hranie hier',
},
},
{
label: 'General System Tweaks',
Expand All @@ -299,13 +322,17 @@ export default defineConfig({
label: 'NVIDIA Wayland Overclocking',
translations: {
ru: 'Разгон NVIDIA на Wayland',
cs: 'Přetaktování NVIDIA na Waylandu',
sk: 'Pretaktovanie NVIDIA na Waylande',
},
link: 'configuration/nvidia-wayland-overclock',
},
{
label: 'Automounting Additional Drives',
translations: {
ru: 'Автоматическое монтирование дополнительных дисков',
cs: 'Automatické připojování dalších disků',
sk: 'Automatické pripájanie ďalších diskov',
},
link: 'configuration/automount_with_fstab',
},
Expand All @@ -315,6 +342,8 @@ export default defineConfig({
label: 'Desktop Environments',
translations: {
ru: 'Окружения рабочего стола',
cs: 'Desktopová prostředí',
sk: 'Desktopové prostredia',
},
items: [
{
Expand Down Expand Up @@ -347,6 +376,7 @@ export default defineConfig({
label: 'FAQ',
translations: {
cs: 'Často kladené otázky',
sk: 'Najčastejšie kladené otázky',
},
link: 'support/faq',
},
Expand Down

0 comments on commit 392a704

Please sign in to comment.