Skip to content

Commit

Permalink
i18n(es): Updated i18n.mdx (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
Waxer59 committed Jun 16, 2023
1 parent 94d04e7 commit 8e450f6
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/src/content/docs/es/guides/i18n.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -194,3 +194,22 @@ Estos son los valores predeterminados en inglés de las cadenas existentes que s
"page.nextLink": "Previous"
}
```


El modal de búsqueda de Starlight está impulsado por la biblioteca [Pagefind](https://pagefind.app/).
Puedes establecer traducciones para la UI de Pagefind en el mismo archivo JSON utilizando claves `pagefind`:

```json
{
"pagefind.clear_search": "Clear",
"pagefind.load_more": "Load more results",
"pagefind.search_label": "Search this site",
"pagefind.filters_label": "Filters",
"pagefind.zero_results": "No results for [SEARCH_TERM]",
"pagefind.many_results": "[COUNT] results for [SEARCH_TERM]",
"pagefind.one_result": "[COUNT] result for [SEARCH_TERM]",
"pagefind.alt_search": "No results for [SEARCH_TERM]. Showing results for [DIFFERENT_TERM] instead",
"pagefind.search_suggestion": "No results for [SEARCH_TERM]. Try one of the following searches:",
"pagefind.searching": "Searching for [SEARCH_TERM]..."
}
```

0 comments on commit 8e450f6

Please sign in to comment.