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

Migration: use NPM namespace-scoped @openculinary/i18next-gettext-loader package #190

Closed jayaddison closed 3 years ago

jayaddison commented 3 years ago

Describe the reason for these changes and the problem that they solve

As per the https://github.com/i18next/i18next/discussions/1539 thread, it's better to use a namespaced package name for the i18next-gettext-loader on NPM.

Briefly summarize the changes

  1. This change updates the application to use the namespaced @openculinary/i18next-gettext-loader package.

How have the changes been tested?

  1. Local development testing