Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VOTE-3303 Fix NVRF missing font console error #1192

Open
wants to merge 4 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
112 changes: 56 additions & 56 deletions web/data/es/nvrf/navigation.json
Original file line number Diff line number Diff line change
@@ -1,59 +1,59 @@
{
"back": {
"state_reg_options": "Regresar a las opciones de registro estatal",
"eligibility_req": "Volver a requisitos de elegibilidad estatal",
"reg_options": "Volver a opciones de registro estatal",
"personal_info": "Volver a información personal",
"address_location": "Volver a domicilio y ubicación",
"identification": "Volver a identificación",
"edit_info": "Editar información de registro"
},
"next": {
"start": "Continúe con el llenado del formulario digital en vote.gov",
"reg_options": "Continuar viendo las opciones de registro",
"address_location": "Continuar a domicilio y ubicación",
"identification": "Continuar a identificación",
"political_party": "Continuar a partido político",
"confirm_info": "Revise su información",
"delivery": "Confirmar y continuar"
},
"step_label_1": "Información personal",
"step_label_2": "Domicilio y ubicación",
"step_label_3": "Identificación",
"step_label_4": "Partido político",
"step_label_5": "Confirmar su información",
"step_label_6": "Imprimir su formulario",
"confirmation": {
"current_name": {
"label": "Nombre"
},
"previous_name": {
"label": "Nombre anterior",
"alert": "Usted no ha cambiado su nombre, por lo que estos campos se encuentran en blanco."
},
"other_info": {
"label": "Otra información"
},
"current_address": {
"label": "Domicilio particular",
"alert": "No se está registrando con una dirección actual, por lo que estos campos están en blanco."
},
"previous_address": {
"label": "Domicilio anterior",
"alert": "No se está registrando con un cambio de dirección, por lo que estos campos están en blanco."
},
"mailing_address": {
"label": "Domicilio postal",
"alert": "Su dirección de correo postal es la misma que su domicilio, por lo que estos campos se han dejado en blanco."
},
"id_label": {
"label": "Número de identificación"
},
"political_party": {
"label": "Partido político"
},
"edit": {
"label": "Editar"
}
"back": {
"state_reg_options": "Regresar a las opciones de registro estatal",
"eligibility_req": "Volver a requisitos de elegibilidad estatal",
"reg_options": "Volver a opciones de registro estatal",
"personal_info": "Volver a información personal",
"address_location": "Volver a domicilio y ubicación",
"identification": "Volver a identificación",
"edit_info": "Editar información de registro"
},
"next": {
"start": "Continúe con el llenado del formulario digital en vote.gov",
"reg_options": "Continuar viendo las opciones de registro",
"address_location": "Continuar a domicilio y ubicación",
"identification": "Continuar a identificación",
"political_party": "Continuar a partido político",
"confirm_info": "Revise su información",
"delivery": "Confirmar y continuar"
},
"step_label_1": "Información personal",
"step_label_2": "Domicilio y ubicación",
"step_label_3": "Identificación",
"step_label_4": "Partido político",
"step_label_5": "Confirmar su información",
"step_label_6": "Imprimir su formulario",
"confirmation": {
"current_name": {
"label": "Nombre"
},
"previous_name": {
"label": "Nombre anterior",
"alert": "Usted no ha cambiado su nombre, por lo que estos campos se encuentran en blanco."
},
"other_info": {
"label": "Otra información"
},
"current_address": {
"label": "Domicilio particular",
"alert": "No se está registrando con una dirección actual, por lo que estos campos están en blanco."
},
"previous_address": {
"label": "Domicilio anterior",
"alert": "No se está registrando con un cambio de dirección, por lo que estos campos están en blanco."
},
"mailing_address": {
"label": "Domicilio postal",
"alert": "Su dirección de correo postal es la misma que su domicilio, por lo que estos campos se han dejado en blanco."
},
"id_label": {
"label": "Número de identificación"
},
"political_party": {
"label": "Partido político"
},
"edit": {
"label": "Editar"
}
}
}
27 changes: 12 additions & 15 deletions web/data/es/nvrf/strings.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
{
"notRequired": "No es un requisito en su estado",
"newTab": "Imprima el formulario en una nueva pestaña",
"nameChange": "Cambié mi nombre legalmente después de la última vez que me registré para votar.",
"month": "Mes",
"day": "Día",
"year": "Año",
"backIcon": "icono de flecha hacia atrás",
"forwardIcon": "icono de flecha hacia adelante",
"selectState": "Seleccione su estado o territorio",
"selectStateAriaLabel": "Lista de sugerencias de estados y territorios",
"lastUpdated": "@state_name información actualizada por última vez",
"select": "-Elija-",
"download": "Descargue el formulario",
"mailDeadlineLabel": "Plazo de registro por correo:",
"idSelectionAriaLabel": "Seleccione el tipo de identificación"
"notRequired": "No es un requisito en su estado",
"newTab": "Imprima el formulario en una nueva pestaña",
"nameChange": "Cambié mi nombre legalmente después de la última vez que me registré para votar.",
"backIcon": "icono de flecha hacia atrás",
"forwardIcon": "icono de flecha hacia adelante",
"selectState": "Seleccione su estado o territorio",
"selectStateAriaLabel": "Lista de sugerencias de estados y territorios",
"lastUpdated": "@state_name información actualizada por última vez",
"select": "-Elija-",
"download": "Descargue el formulario",
"mailDeadlineLabel": "Plazo de registro por correo:",
"idSelectionAriaLabel": "Seleccione el tipo de identificación"
}
112 changes: 56 additions & 56 deletions web/data/nvrf/navigation.json
Original file line number Diff line number Diff line change
@@ -1,59 +1,59 @@
{
"back": {
"state_reg_options": "Go back to state registration options",
"eligibility_req": "Back to state eligibility requirements",
"reg_options": "Back to registration options",
"personal_info": "Back to personal information",
"address_location": "Back to address and location",
"identification": "Back to identification",
"edit_info": "Edit registration information"
},
"next": {
"start": "Continue to the digital form filler on vote.gov",
"reg_options": "Continue to view registration options",
"address_location": "Continue to address and location",
"identification": "Continue to identification",
"political_party": "Continue to political party",
"confirm_info": "Continue to review your information",
"delivery": "Confirm and continue"
},
"step_label_1": "Personal information",
"step_label_2": "Address and location",
"step_label_3": "Identification",
"step_label_4": "Political party",
"step_label_5": "Confirm your information",
"step_label_6": "Print your completed form",
"confirmation": {
"current_name": {
"label": "Current name"
},
"previous_name": {
"label": "Previous name",
"alert": "You have not changed your name, so these fields are blank."
},
"other_info": {
"label": "Other information"
},
"current_address": {
"label": "Home address",
"alert": "You are not registering with a current address, so these fields are blank."
},
"previous_address": {
"label": "Previous address",
"alert": "You are not registering with a change of address, so these fields are blank."
},
"mailing_address": {
"label": "Mailing address",
"alert": "Your mailing address is the same as your home address, so these fields are left blank."
},
"id_label": {
"label": "ID number"
},
"political_party": {
"label": "Political party"
},
"edit": {
"label": "Edit"
}
"back": {
"state_reg_options": "Go back to state registration options",
"eligibility_req": "Back to state eligibility requirements",
"reg_options": "Back to registration options",
"personal_info": "Back to personal information",
"address_location": "Back to address and location",
"identification": "Back to identification",
"edit_info": "Edit registration information"
},
"next": {
"start": "Continue to the digital form filler on vote.gov",
"reg_options": "Continue to view registration options",
"address_location": "Continue to address and location",
"identification": "Continue to identification",
"political_party": "Continue to political party",
"confirm_info": "Continue to review your information",
"delivery": "Confirm and continue"
},
"step_label_1": "Personal information",
"step_label_2": "Address and location",
"step_label_3": "Identification",
"step_label_4": "Political party",
"step_label_5": "Confirm your information",
"step_label_6": "Print your completed form",
"confirmation": {
"current_name": {
"label": "Current name"
},
"previous_name": {
"label": "Previous name",
"alert": "You have not changed your name, so these fields are blank."
},
"other_info": {
"label": "Other information"
},
"current_address": {
"label": "Home address",
"alert": "You are not registering with a current address, so these fields are blank."
},
"previous_address": {
"label": "Previous address",
"alert": "You are not registering with a change of address, so these fields are blank."
},
"mailing_address": {
"label": "Mailing address",
"alert": "Your mailing address is the same as your home address, so these fields are left blank."
},
"id_label": {
"label": "ID number"
},
"political_party": {
"label": "Political party"
},
"edit": {
"label": "Edit"
}
}
}
27 changes: 12 additions & 15 deletions web/data/nvrf/strings.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
{
"notRequired": "Not required for your state",
"newTab": "Print your mail-in form in a new tab",
"nameChange": "I have legally changed my name since I last registered in this state.",
"month": "Month",
"day": "Day",
"year": "Year",
"backIcon": "back arrow icon",
"forwardIcon": "forward arrow icon",
"selectState": "Select your state or territory",
"selectStateAriaLabel": "State selection dropdown menu",
"lastUpdated": "@state_name information last updated ",
"select": "- Select -",
"download": "Download your mail-in form",
"mailDeadlineLabel": "Mail-in registration deadline:",
"idSelectionAriaLabel": "Choose identification type"
"notRequired": "Not required for your state",
"newTab": "Print your mail-in form in a new tab",
"nameChange": "I have legally changed my name since I last registered in this state.",
"backIcon": "back arrow icon",
"forwardIcon": "forward arrow icon",
"selectState": "Select your state or territory",
"selectStateAriaLabel": "State selection dropdown menu",
"lastUpdated": "@state_name information last updated ",
"select": "- Select -",
"download": "Download your mail-in form",
"mailDeadlineLabel": "Mail-in registration deadline:",
"idSelectionAriaLabel": "Choose identification type"
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we remove the font files?

Binary file not shown.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we remove the font files?

Binary file not shown.
2 changes: 1 addition & 1 deletion web/modules/custom/vote_nvrf/dist/assets/main.css

Large diffs are not rendered by default.

Loading