mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-02-15 20:33:12 -05:00
Feature/improve localization (#1147)
* use locale to set language header * rewrite i18n provider and drop dependency * rename file * rename CrudMixin to HttpRepo * refactor: code-cleanup * add crowdin source * remove unused translations * grab translations from dev branch * add translation support for foods, units, and labels * remove rich import
This commit is contained in:
@@ -2,4 +2,4 @@ from pathlib import Path
|
||||
|
||||
CWD = Path(__file__).parent
|
||||
|
||||
en_us = CWD / "en-us.json"
|
||||
en_US = CWD / "en-US.json"
|
||||
|
||||
Reference in New Issue
Block a user