Mirror of
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #55 from PanConDev/main

Added `es` to `translations.ts`

authored by

trueberryless and committed by
GitHub
8f94ca4d d47347c7

+16
+5
.changeset/afraid-mangos-drive.md
··· 1 + --- 2 + "starlight-cooler-credit": patch 3 + --- 4 + 5 + Add Spanish language translation
+11
packages/starlight-cooler-credit/translations.ts
··· 87 87 "starlightCoolerCredit.starlight-blog.description": 88 88 "هل تريد ان تطور Starlight blog الخاص بك؟ ←", 89 89 }, 90 + es: { 91 + "starlightCoolerCredit.starlight.description": 92 + "¿Quieres construir tu propia documentación? →", 93 + "starlightCoolerCredit.astro.title": "Construido con Astro", 94 + "starlightCoolerCredit.astro.description": 95 + "¿Quieres construir tu propio sitio web estático? →", 96 + "starlightCoolerCredit.starlight-blog.title": 97 + "Construido con Starlight Blog", 98 + "starlightCoolerCredit.starlight-blog.description": 99 + "¿Quieres construir tu propio Starlight blog? →", 100 + }, 90 101 };