diff --git a/config/locales/en.yml b/config/locales/en.yml index bfbb44fcf4..27ec1ca85a 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -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" diff --git a/missing_keys.txt b/missing_keys.txt index 8870adb9f0..3169e27f9c 100644 --- a/missing_keys.txt +++ b/missing_keys.txt @@ -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 |