12372-Add missing translation page titles

This commit is contained in:
Arun Guleria
2024-05-09 15:12:03 +05:30
parent cec179333a
commit c84be2f396
2 changed files with 5 additions and 1 deletions

View File

@@ -7,7 +7,7 @@
- if content_for? :html_title
= yield :html_title
- else
= t(controller.controller_name, :default => controller.controller_name.titleize)
= t("spree.admin.tab.#{controller.controller_name}", :default => controller.controller_name.titleize)
= " - OFN #{t(:administration)}"
%link{:href => "https://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,400,600&subset=latin,cyrillic,greek,vietnamese", :rel => "stylesheet", :type => "text/css"}

View File

@@ -4174,6 +4174,10 @@ See the %{link} to find out more about %{sitename}'s features and to start using
customers: "Customers"
groups: "Groups"
oidc_settings: "OIDC Settings"
overview: "Overview"
product_import: "Import"
enterprise_roles: "Roles"
payment_methods: "Payment Methods"
product_properties:
index:
inherits_properties_checkbox_hint: "Inherit properties from %{supplier}? (unless overridden above)"