diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-07-01 21:11:45 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-07-01 21:16:54 +0200 |
| commit | 3de2e771ff7696f55d51befdaf2c38d700b3588c (patch) | |
| tree | 1a284ce7f6b10b3d49068be1a6ce40a2c7f81fe3 /config | |
| parent | 804c99fce66998ddcfd4970ff2c63141915bafd1 (diff) | |
| download | operum-3de2e771ff7696f55d51befdaf2c38d700b3588c.tar.gz operum-3de2e771ff7696f55d51befdaf2c38d700b3588c.zip | |
search: Add missing translations
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to 'config')
| -rw-r--r-- | config/locales/ca.yml | 2 | ||||
| -rw-r--r-- | config/locales/en.yml | 4 |
2 files changed, 5 insertions, 1 deletions
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 |
