From 3de2e771ff7696f55d51befdaf2c38d700b3588c Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 1 Jul 2025 21:11:45 +0200 Subject: search: Add missing translations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- config/locales/ca.yml | 2 ++ config/locales/en.yml | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/config/locales/ca.yml b/config/locales/ca.yml index af9dec7..59d377c 100644 --- a/config/locales/ca.yml +++ b/config/locales/ca.yml @@ -31,6 +31,8 @@ ca: bought_at: Data de compra where_is_it: Per on para? search: + name: Nom + description: Descripció body: Cos de la cerca user: username: Nom d'usuari diff --git a/config/locales/en.yml b/config/locales/en.yml index d593910..e1c2de5 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -31,7 +31,9 @@ en: bought_at: Bought at where_is_it: Where is it? search: - body: Body + name: Name + description: Description + body: Prompt user: username: Username password: Password -- cgit v1.2.3