Skip to content

Commit

Permalink
Adding and fixing CS and SK into the astro.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
SoongVilda committed Jan 3, 2025
1 parent ffb2c13 commit 9ca03ae
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -112,32 +112,32 @@ export default defineConfig({
{
label: 'Requirements & Preinstall Setup',
translations: {
sk: 'PPožiadavky CachyOS a inštalačné médium',
cs: 'Požadavky CachyOS a instalační médium',
sk: 'Požiadavky CachyOS a inštalačné médium',
cs: 'Požadavky CachyOS a předinstalační příprava',
},
link: 'installation/installation_prepare',
},
{
label: 'Boot Managers',
translations: {
sk: 'Boot manažéry',
cs: 'Boot manažeři',
cs: 'Správci zavádění',
},
link: 'installation/boot_managers',
},
{
label: 'Filesystem',
translations: {
sk: 'Súborový systém',
cs: 'Filesystem',
cs: 'Souborový systém',
},
link: 'installation/filesystem',
},
{
label: 'Screenshots',
translations: {
sk: 'Snímky obrazovky',
cs: 'Screenshots',
cs: 'Snímky obrazovky',
},
link: 'installation/screenshots',
},
Expand Down Expand Up @@ -247,7 +247,7 @@ export default defineConfig({
label: 'General System Tweaks',
translations: {
sk: 'Všeobecné systémové úpravy',
cs: 'Obecná úprava systému',
cs: 'Obecné úpravy systému',
},
link: 'configuration/general_system_tweaks',
},
Expand Down Expand Up @@ -366,6 +366,8 @@ export default defineConfig({
label: 'Community Rules',
translations: {
id: 'Peraturan Komunitas',
sk: 'Pravidlá komunity',
cs: 'Pravidla komunity',
},
link: 'policy/community-rules',
},
Expand Down

0 comments on commit 9ca03ae

Please sign in to comment.