From 4133021e5cd3cd5bd33be74e65126b2b48e28a44 Mon Sep 17 00:00:00 2001 From: Bernat Exposito Domenech Date: Wed, 20 May 2020 08:52:20 +0200 Subject: [PATCH] fix translate on plural --- front/core/components/searchbar/locale/en.yml | 2 +- front/core/components/searchbar/locale/es.yml | 2 +- front/core/components/searchbar/searchbar.html | 2 +- modules/claim/front/locale/es.yml | 2 +- modules/client/front/locale/es.yml | 2 +- modules/entry/front/locale/es.yml | 2 +- modules/invoiceOut/front/locale/es.yml | 2 +- modules/item/front/locale/es.yml | 2 +- modules/order/front/locale/es.yml | 2 +- modules/route/front/locale/es.yml | 2 +- modules/ticket/front/locale/es.yml | 8 ++++---- modules/travel/front/locale/es.yml | 2 +- modules/worker/front/locale/es.yml | 2 +- modules/zone/front/locale/es.yml | 2 +- 14 files changed, 17 insertions(+), 17 deletions(-) diff --git a/front/core/components/searchbar/locale/en.yml b/front/core/components/searchbar/locale/en.yml index 1b750246ca..52ab6a1842 100644 --- a/front/core/components/searchbar/locale/en.yml +++ b/front/core/components/searchbar/locale/en.yml @@ -1 +1 @@ -Search by: Search by {{modul | translate}} \ No newline at end of file +Search by: Search by {{module | translate}} \ No newline at end of file diff --git a/front/core/components/searchbar/locale/es.yml b/front/core/components/searchbar/locale/es.yml index e542303f38..730564a7b6 100644 --- a/front/core/components/searchbar/locale/es.yml +++ b/front/core/components/searchbar/locale/es.yml @@ -1 +1 @@ -Search by: Buscar por {{modul | translate}} \ No newline at end of file +Search by: Buscar por {{module | translate}} \ No newline at end of file diff --git a/front/core/components/searchbar/searchbar.html b/front/core/components/searchbar/searchbar.html index e3dee5f363..1de40fa231 100644 --- a/front/core/components/searchbar/searchbar.html +++ b/front/core/components/searchbar/searchbar.html @@ -1,7 +1,7 @@