cds-snc / c19-benefits-node

Answer some questions to find which federal programs can help you https://covid-benefits.alpha.canada.ca/. - Répondez à quelques questions pour trouver quels programmes d’aide financière fédéraux s’offrent à vous https://covid-prestations.alpha.canada.ca/.
MIT License
2 stars 4 forks source link

Provinces are not sorted in French #535

Closed AntoineAugusti closed 4 years ago

AntoineAugusti commented 4 years ago

Provinces are not sorted in alphabetical order in French, making it a bit harder for a user to select where they live.

image

A fix would be to sort the array by the text attribute in the array https://github.com/cds-snc/c19-benefits-node/blob/master/routes/question-province/question-province.njk#L10-L30

AntoineAugusti commented 4 years ago

Will likely be sorted by https://github.com/cds-snc/c19-benefits-node/pull/523, closing this one :)