-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #264 from dragomano/v2.9.2
Update to 2.9.2
- Loading branch information
Showing
234 changed files
with
2,908 additions
and
1,802 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,6 +43,7 @@ files: | |
'/docs/src/fr', | ||
'/docs/src/cs', | ||
'/docs/src/sv', | ||
'/docs/src/sl', | ||
], | ||
}, | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,3 +37,4 @@ src/Themes/default/scripts/light_portal/* | |
!**/Plugins/**/langs/english.php | ||
|
||
*.zip | ||
*.tgz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
export default { | ||
label: 'Slovenščina', | ||
// https://gist.github.com/Josantonius/b455e315bc7f790d14b136d61d9ae469 | ||
lang: 'sl', | ||
title: 'Light Portal dokumentacija', | ||
description: 'Spletna dokumentacija za Light Portal', | ||
themeConfig: { | ||
nav: [ | ||
{ | ||
text: 'Domov', | ||
link: '/' | ||
}, | ||
{ | ||
text: 'Predstavitev', | ||
link: '/intro' | ||
}, | ||
{ | ||
text: 'Primeri', | ||
link: '/examples' | ||
}, | ||
{ | ||
text: 'Dnevnik sprememb', | ||
link: '/changelog' | ||
} | ||
], | ||
outline: { label: 'Na tej strani' }, | ||
docFooter: { | ||
prev: 'Prejšnja stran', | ||
next: 'Naslednja stran' | ||
}, | ||
darkModeSwitchLabel: 'Videz', | ||
lightModeSwitchTitle: 'Preklopi na svetlo temo', | ||
darkModeSwitchTitle: 'Preklopi na temno temo', | ||
sidebarMenuLabel: 'Meni', | ||
returnToTopLabel: 'Nazaj na vrh', | ||
langMenuLabel: 'Spremeni jezik', | ||
notFound: { | ||
title: 'STRAN NI NAJDENA', | ||
quote: 'Ampak če ne spremeniš svoje smeri in če nadaljuješ z iskanjem, lahko končaš tam, kamor si namenjen.', | ||
linkLabel: 'pojdi na začetno stran', | ||
linkText: 'Vrni me domov' | ||
}, | ||
search: { | ||
options: { | ||
translations: { | ||
button: { | ||
buttonText: 'Išči', | ||
buttonAriaLabel: 'Išči' | ||
}, | ||
modal: { | ||
displayDetails: 'Prikaži podroben seznam', | ||
resetButtonTitle: 'Ponastavi iskanje', | ||
backButtonTitle: 'Zapri iskanje', | ||
noResultsText: 'Ni rezultatov za', | ||
footer: { | ||
selectText: 'izbrati', | ||
navigateText: 'navigirati', | ||
closeText: 'zapreti' | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.