From 3a4ef2697cd7c89fffa4366cb01200f3b0d585c8 Mon Sep 17 00:00:00 2001 From: romale Date: Wed, 29 Apr 2020 18:27:09 +0300 Subject: [PATCH] Correct translations Without it, some labels not translated to other language. And, please check code: en.admin.subscription.subscriptions - does not exists but en.admin.subscriptions.subscriptions - is exist --- config/locales/en.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index 465a664fce..91760fde6d 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -914,6 +914,11 @@ en: save_and_back_to_list: "Save and Back to List" choose_products_from: "Choose Products From:" incoming: + incoming: "Incoming" + supplier: "Supplier" + products: "Products" + receival_details: "Receival Details" + fees: "Fees" save: "Save" save_and_next: "Save and Next" next: "Next" @@ -3103,8 +3108,9 @@ See the %{link} to find out more about %{sitename}'s features and to start using blank: "can't be blank" layouts: admin: - header: - store: Store + login_nav: + header: + store: Store admin: tab: dashboard: "Dashboard"