Skip to content

Commit

Permalink
Merge pull request #12454 from arunguleria/12372-Add-MissingTranslations
Browse files Browse the repository at this point in the history
12372-[Admin] Missing translations  page titles
  • Loading branch information
filipefurtad0 authored May 15, 2024
2 parents cb53419 + c84be2f commit b67eba2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/spree/admin/shared/_head.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down
4 changes: 4 additions & 0 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit b67eba2

Please sign in to comment.