-
-
Notifications
You must be signed in to change notification settings - Fork 612
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Chris Swithinbank <[email protected]>
- Loading branch information
Showing
3 changed files
with
36 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@astrojs/starlight": patch | ||
--- | ||
|
||
Adds Latvian language support |
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,29 @@ | ||
{ | ||
"skipLink.label": "Pāriet uz saturu", | ||
"search.label": "Meklēt", | ||
"search.ctrlKey": "Ctrl", | ||
"search.cancelLabel": "Atcelt", | ||
"search.devWarning": "Meklēšana ir pieejama tikai ražošanas kompilācijās. \nMēģiniet kompilēt un priekšskatīt vietni, lai to pārbaudītu lokāli.", | ||
"themeSelect.accessibleLabel": "Izvēlieties tēmu", | ||
"themeSelect.dark": "Tumša", | ||
"themeSelect.light": "Gaiša", | ||
"themeSelect.auto": "Automātiska", | ||
"languageSelect.accessibleLabel": "Izvēlieties valodu", | ||
"menuButton.accessibleLabel": "Izvēlne", | ||
"sidebarNav.accessibleLabel": "Galvenā", | ||
"tableOfContents.onThisPage": "Šajā lapā", | ||
"tableOfContents.overview": "Pārskats", | ||
"i18n.untranslatedContent": "Šis saturs vēl nav pieejams jūsu valodā.", | ||
"page.editLink": "Rediģēt lapu", | ||
"page.lastUpdated": "Pēdējoreiz atjaunināts:", | ||
"page.previousLink": "Iepriekšējā", | ||
"page.nextLink": "Nākamā", | ||
"page.draft": "Šis saturs ir melnraksts un netiks iekļauts ražošanas kompilācijās.", | ||
"404.text": "Lapa nav atrasta. Pārbaudiet URL vai mēģiniet izmantot meklēšanas joslu.", | ||
"aside.note": "Piezīme", | ||
"aside.tip": "Padoms", | ||
"aside.caution": "Uzmanību", | ||
"aside.danger": "Bīstamība", | ||
"fileTree.directory": "Direktorija", | ||
"builtWithStarlight.label": "Veidots ar Starlight" | ||
} |