Skip to content

Commit 2c19443

Browse files
committed
Translation cleanup
1 parent d5ba07c commit 2c19443

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

src/templates/_layouts/store-settings.twig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
{% if selectedItem %}
2929
{% set docTitle = navItems[selectedItem].title~' - '~title %}
3030
{% else %}
31-
{% set docTitle = 'Store Settings' %}
31+
{% set docTitle = 'Store Settings'|t('commerce') %}
3232
{% endif %}
3333

3434
{% block sidebar %}
@@ -46,4 +46,3 @@
4646
</ul>
4747
</nav>
4848
{% endblock %}
49-

src/translations/en/commerce.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,6 @@
275275
'Create sale…' => 'Create sale…',
276276
'Created' => 'Created',
277277
'Credit Card Payment Type' => 'Credit Card Payment Type',
278-
'Currencies' => 'Currencies',
279278
'Currency Code' => 'Currency Code',
280279
'Currency saved.' => 'Currency saved.',
281280
'Currency' => 'Currency',
@@ -638,8 +637,6 @@
638637
'No donation amount supplied.' => 'No donation amount supplied.',
639638
'No emails exist yet.' => 'No emails exist yet.',
640639
'No inactive carts exist for this user.' => 'No inactive carts exist for this user.',
641-
'No line item exists with the ID “{id}”' => 'No line item exists with the ID “{id}”',
642-
'No order Adjustment exists with the ID “{id}”' => 'No order Adjustment exists with the ID “{id}”',
643640
'No order history exists with the ID “{id}”' => 'No order history exists with the ID “{id}”',
644641
'No order status history items will exist until the cart becomes an order.' => 'No order status history items will exist until the cart becomes an order.',
645642
'No orders exist.' => 'No orders exist.',
@@ -759,7 +756,6 @@
759756
'Plain Text Email Template Path' => 'Plain Text Email Template Path',
760757
'Plan' => 'Plan',
761758
'Plans reordered.' => 'Plans reordered.',
762-
'Plans' => 'Plans',
763759
'Please ensure the <a href="{url}">upgrade command</a> has finished running.' => 'Please ensure the <a href="{url}">upgrade command</a> has finished running.',
764760
'Post Date' => 'Post Date',
765761
'Postal Code Formula' => 'Postal Code Formula',
@@ -960,7 +956,6 @@
960956
'Suppress emails' => 'Suppress emails',
961957
'Switch plan' => 'Switch plan',
962958
'Switch' => 'Switch',
963-
'System Settings' => 'System Settings',
964959
'System' => 'System',
965960
'Tax & Shipping' => 'Tax & Shipping',
966961
'Tax (inc)' => 'Tax (inc)',

0 commit comments

Comments
 (0)