@astrojs/starlight 0.35.0 → 0.35.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @astrojs/starlight
2
2
 
3
+ ## 0.35.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#3325](https://github.com/withastro/starlight/pull/3325) [`4cf28f2`](https://github.com/withastro/starlight/commit/4cf28f2afd50fb2a3f8c9149a824aaac47c12af6) Thanks [@mniinio](https://github.com/mniinio)! - Adds Finnish language support
8
+
3
9
  ## 0.35.0
4
10
 
5
11
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astrojs/starlight",
3
- "version": "0.35.0",
3
+ "version": "0.35.1",
4
4
  "description": "Build beautiful, high-performance documentation websites with Astro",
5
5
  "keywords": [
6
6
  "docs",
@@ -0,0 +1,30 @@
1
+ {
2
+ "skipLink.label": "Siirry sisältöön",
3
+ "search.label": "Haku",
4
+ "search.ctrlKey": "Ctrl",
5
+ "search.cancelLabel": "Peruuta",
6
+ "search.devWarning": "Haku on käytettävissä vain tuotantoversioissa.\nKokeile kääntää ja esikatsella sivustoa paikallisesti testataksesi sitä.",
7
+ "themeSelect.accessibleLabel": "Valitse teema",
8
+ "themeSelect.dark": "Tumma",
9
+ "themeSelect.light": "Vaalea",
10
+ "themeSelect.auto": "Automaattinen",
11
+ "languageSelect.accessibleLabel": "Valitse kieli",
12
+ "menuButton.accessibleLabel": "Valikko",
13
+ "sidebarNav.accessibleLabel": "Päävalikko",
14
+ "tableOfContents.onThisPage": "Tällä sivulla",
15
+ "tableOfContents.overview": "Yleiskatsaus",
16
+ "i18n.untranslatedContent": "Tämä sisältö ei ole vielä saatavilla valitsemallasi kielellä.",
17
+ "page.editLink": "Muokkaa sivua",
18
+ "page.lastUpdated": "Viimeksi päivitetty:",
19
+ "page.previousLink": "Edellinen",
20
+ "page.nextLink": "Seuraava",
21
+ "page.draft": "Tämä sisältö on luonnos eikä sitä sisällytetä tuotantoversioon.",
22
+ "404.text": "Sivua ei löytynyt. Tarkista URL-osoite tai käytä hakupalkkia.",
23
+ "aside.note": "Huomio",
24
+ "aside.tip": "Vinkki",
25
+ "aside.caution": "Varoitus",
26
+ "aside.danger": "Vaara",
27
+ "fileTree.directory": "Hakemisto",
28
+ "builtWithStarlight.label": "Rakennettu Starlightilla",
29
+ "heading.anchorLabel": "Osio nimeltä “{{title}}”"
30
+ }
@@ -7,6 +7,7 @@ import de from './de.json';
7
7
  import ja from './ja.json';
8
8
  import pt from './pt.json';
9
9
  import fa from './fa.json';
10
+ import fi from './fi.json';
10
11
  import fr from './fr.json';
11
12
  import gl from './gl.json';
12
13
  import he from './he.json';
@@ -43,6 +44,7 @@ export default Object.fromEntries(
43
44
  ja,
44
45
  pt,
45
46
  fa,
47
+ fi,
46
48
  fr,
47
49
  gl,
48
50
  he,