From 42ba90f1972ca926feaa7d974b9e4579262232fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=80lex=20Rodr=C3=ADguez=20Bacardit?= Date: Wed, 18 Dec 2024 15:55:41 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=90=20Updated=20Catalan=20translations?= =?UTF-8?q?=20(#21830)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit no issue - added missing search translations --- ghost/i18n/locales/ca/search.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ghost/i18n/locales/ca/search.json b/ghost/i18n/locales/ca/search.json index 8902015528..7bb69dd256 100644 --- a/ghost/i18n/locales/ca/search.json +++ b/ghost/i18n/locales/ca/search.json @@ -1,9 +1,9 @@ { - "Authors": "", - "Cancel": "", - "No matches found": "", - "Posts": "", - "Search posts, tags and authors": "", - "Show more results": "", - "Tags": "" + "Authors": "Autors", + "Cancel": "Cancel·la", + "No matches found": "No s'ha trobat cap resultat", + "Posts": "Articles", + "Search posts, tags and authors": "Cerca articles, etiquetes i autors", + "Show more results": "Mostra més resultats", + "Tags": "Etiquetes" }