From 932c0229d7d8d55f30161ccc36c908140c1f252a Mon Sep 17 00:00:00 2001 From: Roberto Butti Date: Tue, 9 Jan 2024 14:49:26 +0100 Subject: Italian translation for search.devWarning (#1351) Co-authored-by: Chris Swithinbank --- .changeset/heavy-rocks-sparkle.md | 5 +++++ packages/starlight/translations/it.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/heavy-rocks-sparkle.md diff --git a/.changeset/heavy-rocks-sparkle.md b/.changeset/heavy-rocks-sparkle.md new file mode 100644 index 00000000..5c23182a --- /dev/null +++ b/.changeset/heavy-rocks-sparkle.md @@ -0,0 +1,5 @@ +--- +"@astrojs/starlight": patch +--- + +Adds Italian translation for `search.devWarning` UI diff --git a/packages/starlight/translations/it.json b/packages/starlight/translations/it.json index 4b41c78b..6ed498b4 100644 --- a/packages/starlight/translations/it.json +++ b/packages/starlight/translations/it.json @@ -3,7 +3,7 @@ "search.label": "Cerca", "search.shortcutLabel": "(Usa / per cercare)", "search.cancelLabel": "Cancella", - "search.devWarning": "Search is only available in production builds. \nTry building and previewing the site to test it out locally.", + "search.devWarning": "La ricerca รจ disponibile solo nelle build di produzione. \nProvare ad eseguire il processo di build e visualizzare la preview del sito per testarlo localmente.", "themeSelect.accessibleLabel": "Seleziona tema", "themeSelect.dark": "Scuro", "themeSelect.light": "Chiaro", -- cgit