From 5c246bb34ab5fae4d0145c20d1a205f3dc913780 Mon Sep 17 00:00:00 2001 From: Waxer59 Date: Thu, 22 Jun 2023 13:13:13 +0200 Subject: i18n(es): Updated `i18n.mdx` (#242) --- docs/src/content/docs/es/guides/i18n.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/content/docs/es/guides/i18n.mdx b/docs/src/content/docs/es/guides/i18n.mdx index d11df8fe..15ac9914 100644 --- a/docs/src/content/docs/es/guides/i18n.mdx +++ b/docs/src/content/docs/es/guides/i18n.mdx @@ -178,6 +178,7 @@ Estos son los valores predeterminados en inglés de las cadenas existentes que s "search.label": "Search", "search.shortcutLabel": "(Press / to Search)", "search.cancelLabel": "Cancel", + "search.devWarning": "Search is only available in production builds. \nTry building and previewing the site to test it out locally.", "themeSelect.accessibleLabel": "Select theme", "themeSelect.dark": "Dark", "themeSelect.light": "Light", -- cgit