Adds missing key card_type_is

This commit is contained in:
filipefurtad0
2024-03-18 15:20:56 +00:00
parent 3e27a34971
commit 8db716f047
2 changed files with 3 additions and 2 deletions

View File

@@ -264,6 +264,7 @@ en:
not_available_to_shop: "is not available to %{shop}"
card_details: "Card details"
card_type: "Card type"
card_type_is: "Card type is"
cardholder_name: "Cardholder name"
community_forum_url: "Community forum URL"
customer_instructions: "Customer instructions"

View File

@@ -4,8 +4,8 @@
| all | admin.: | app/views/spree/admin/variants/_form.html.haml:11 | = label_tag :unit_value_human, "#{t('admin.'+@product.variant_unit)} ({{unitName(#{@product.variant_unit_scale}, '#{@product.variant_unit}')}})", seems to be a false positive...
| all | admin.customers.index.: | app/assets/javascripts/admin/customers/controllers/customers_controller.js.coffee:54 | t('admin.customers.index.' + customer.balance_status), seems to be a false positive...
| all | admin.stripe_connect_settings.edit.instance_publishable_key | app/views/admin/stripe_connect_settings/edit.html.haml:44 | seems missing, added!
| all | card_code | app/views/spree/admin/payments/source_forms/_gateway.html.haml:39 |
| all | card_type_is | app/views/spree/admin/payments/source_forms/_gateway.html.haml:23 |
| all | card_code | app/views/spree/admin/payments/source_forms/_gateway.html.haml:39 | dynamic key, looks like a false positive.
| all | card_type_is | app/views/spree/admin/payments/source_forms/_gateway.html.haml:23 | key missing from en.yml, added.
| all | checkout.step1.your_details.first_name.label | app/views/checkout/payment/_gateway.html.haml:3 |
| all | checkout.step1.your_details.first_name.placeholder | app/views/checkout/payment/_gateway.html.haml:4 |
| all | checkout.step1.your_details.last_name.label | app/views/checkout/payment/_gateway.html.haml:8 |