This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
mealie
Watch
1
Star
0
Fork
0
You've already forked mealie
mirror of
https://github.com/mealie-recipes/mealie.git
synced
2026-02-14 20:03:14 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
376c14be9a9c05ccc0782277e511fe093c39d02c
mealie
/
mealie
/
repos
/
seed
/
resources
/
foods
/
__init__.py
6 lines
94 B
Python
Raw
Normal View
History
Unescape
Escape
Fix/fix slug names (#1026) * fix food seeder to use value instead of keys * fix all recipe names being slugified * add helper path utilities * add fix script for database to rename foods * add safe calling for fixes
2022-03-09 09:18:33 -09:00
from
pathlib
import
Path
CWD
=
Path
(
__file__
)
.
parent
chore: move locales to folder (#1150) * move locales to own folder * fix file references
2022-04-10 14:30:06 -08:00
en_US
=
CWD
/
"
locales
"
/
"
en-US.json
"
Reference in New Issue
Copy Permalink