Merge pull request #12454 from arunguleria/12372-Add-MissingTranslations

12372-[Admin] Missing translations  page titles
This commit is contained in:
Filipe
2024-05-15 20:39:22 +01:00
committed by GitHub
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

@@ -4175,6 +4175,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)"