fix: Update frontend refs (#7444)

This commit is contained in:
Michael Genson
2026-04-11 11:27:52 -05:00
committed by GitHub
parent 30014f53de
commit 32141187ba
9 changed files with 24 additions and 26 deletions

View File

@@ -77,7 +77,7 @@ Now you're ready to start the servers. You'll need two shells open, One for the
### Frontend
We use vue-i18n package for internationalization. Translations are stored in json format located in [frontend/lang/messages](https://github.com/mealie-recipes/mealie/tree/mealie-next/frontend/lang/messages).
We use vue-i18n package for internationalization. Translations are stored in json format located in [frontend/app/lang/messages](https://github.com/mealie-recipes/mealie/tree/mealie-next/frontend/app/lang/messages).
### Backend