openculinary / frontend

The RecipeRadar Frontend is a recipe search and meal planning application
GNU Affero General Public License v3.0
13 stars 2 forks source link

Date/time localization isn't working correctly #222

Closed jayaddison closed 1 year ago

jayaddison commented 1 year ago

Describe the bug Dates and times throughout the application are intended to be localized the same way that other resource strings (application-specific text) are. However, it doesn't look like this is happening - weekday names in the meal planner, for example, are not localized based on the browser language, making them look out-of-place within surrounded localized content.

To Reproduce Steps to reproduce the behavior:

  1. Configure a non-English language as primary preference in a web browser
  2. Use the web browser to navigate to the meal planner
  3. Observe that weekday names are not localized

Expected behavior Date/time content throughout the application should be localized.

Screenshots image