Skip to content

Commit

Permalink
changes to theme translation domains
Browse files Browse the repository at this point in the history
  • Loading branch information
Oksydan committed May 7, 2024
1 parent e501c1d commit fb171d2
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion templates/_partials/modal-filters.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
data-bs-dismiss="offcanvas"
aria-label="Close"
>
{l s='Show results' d='Shop.Istheme'}
{l s='Show results' d='Shop.Falcon.Global'}
</button>
{/block}

Expand Down
2 changes: 1 addition & 1 deletion templates/checkout/_partials/cart-summary.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<div class="card-header">
<p class="card-title mb-0 h4">
{l s='Summary' d='Shop.Istheme'}
{l s='Summary' d='Shop.Falcon.Checkout'}
</p>
</div>
<div class="card-body">
Expand Down
2 changes: 1 addition & 1 deletion templates/checkout/cart.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@

<div class="card-header">
<p class="cart-title h4 mb-0">
{l s='Summary' d='Shop.Istheme'}
{l s='Summary' d='Shop.Falcon.Checkout'}
</p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion templates/checkout/order-confirmation.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@

<div class="col-sm-6 col-12 card">
<div class="card-header">
<h3 class="h5 mb-0 card-title">{l s='Order subtotals' d='Shop.Istheme'}</h3>
<h3 class="h5 mb-0 card-title">{l s='Order subtotals' d='Shop.Falcon.Checkout'}</h3>
</div>

<div class="card-body">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="card">
<div class="card-header">
<h5 class="card-title mb-0">
{l s='Registration' d='Shop.Istheme'}
{l s='Registration' d='Shop.Falcon.Customeraccount'}
</h5>
</div>

Expand Down
2 changes: 1 addition & 1 deletion templates/customer/_partials/order-detail-no-return.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

<div class="col-sm-6 col-12 card mb-0">
<div class="card-header">
<h3 class="h5 mb-0 card-title">{l s='Order subtotals' d='Shop.Istheme'}</h3>
<h3 class="h5 mb-0 card-title">{l s='Order subtotals' d='Shop.Falcon.Customeraccount'}</h3>
</div>

<div class="card-body">
Expand Down
2 changes: 1 addition & 1 deletion templates/customer/_partials/order-detail-return.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

<div class="col-sm-6 col-12 card mb-0">
<div class="card-header">
<h3 class="h5 mb-0 card-title">{l s='Order subtotals' d='Shop.Istheme'}</h3>
<h3 class="h5 mb-0 card-title">{l s='Order subtotals' d='Shop.Falcon.Customeraccount'}</h3>
</div>

<div class="card-body">
Expand Down
12 changes: 6 additions & 6 deletions templates/customer/authentication.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
{extends file='page.tpl'}

{block name='page_title'}
{l s='Login and registration' d='Shop.Istheme'}
{l s='Login and registration' d='Shop.Falcon.Customeraccount'}
{/block}

{block name='page_content'}
Expand All @@ -36,7 +36,7 @@
<section class="col-md-6 col-12 user-form__block">
<div class="user-form__content card-body h-100 bg-light d-flex flex-column">
<h4 class="text-center h3 mb-3">
{l s='Login' d='Shop.Istheme'}
{l s='Login' d='Shop.Falcon.Customeraccount'}
</h4>
{render file='customer/_partials/login-form.tpl' ui=$login_form}
{block name='display_after_login_form'}
Expand All @@ -50,19 +50,19 @@
<div class="user-form__block col-md-6 col-12">
<div class="user-form__content card-body h-100 d-flex flex-column">
<h4 class="text-center h3 mb-3">
{l s='Registration' d='Shop.Istheme'}
{l s='Registration' d='Shop.Falcon.Customeraccount'}
</h4>

<p class="mb-4 text-muted">
{l s='Creating an account is simple, and thanks to this you will complete the order faster! Additionally, you have the option of tracking your order and viewing purchase history.' d='Shop.Istheme'}
{l s='Creating an account is simple, and thanks to this you will complete the order faster! Additionally, you have the option of tracking your order and viewing purchase history.' d='Shop.Falcon.Customeraccount'}
</p>

<div class="mt-auto text-center">
<a href="{$urls.pages.register}" class="btn btn-primary d-none d-md-inline-block">
{l s='I want to create an account' d='Shop.Istheme'}
{l s='I want to create an account' d='Shop.Falcon.Customeraccount'}
</a>
<a href="{$urls.pages.register}" class="btn btn-primary text-center w-100 d-block d-md-none">
{l s='I want to create an account' d='Shop.Istheme'}
{l s='I want to create an account' d='Shop.Falcon.Customeraccount'}
</a>
</div>

Expand Down

0 comments on commit fb171d2

Please sign in to comment.