-
Notifications
You must be signed in to change notification settings - Fork 1
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
SamiraMSadat
wants to merge
4
commits into
dev
Choose a base branch
from
bug/VOTE-3303/nvrf-console-error-fonts
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
9e253ba
VOTE-3303 Add command to copy font files to module dist folder
SamiraMSadat 0280e9d
VOTE-3303 Simplify copy command
SamiraMSadat ba1afd2
VOTE-3303 Load all woff2 files
SamiraMSadat 1f5a5c3
Revert "VOTE-3303 Load all woff2 files"
SamiraMSadat File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
Binary file not shown.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can we remove the font files? |
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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?