Translation (WIP)
authorGreg Burri <greg.burri@gmail.com>
Sun, 5 Jan 2025 21:38:46 +0000 (22:38 +0100)
committerGreg Burri <greg.burri@gmail.com>
Sun, 5 Jan 2025 21:38:46 +0000 (22:38 +0100)
commite9873c1943af93ade84da5ed54434801389a0b74
tree654a868dc7293255e186ce1a54152874a751b9f8
parent9b0fcec5e23fc6dbd670eb551bb7ebd76c046ba5
Translation (WIP)
29 files changed:
Cargo.lock
backend/Cargo.toml
backend/sql/version_1.sql
backend/src/consts.rs
backend/src/data/db/recipe.rs
backend/src/data/db/user.rs
backend/src/data/model.rs
backend/src/html_templates.rs
backend/src/main.rs
backend/src/services.rs
backend/src/services/fragments.rs
backend/src/services/recipe.rs
backend/src/services/user.rs
backend/src/translation.rs [new file with mode: 0644]
backend/templates/ask_reset_password.html
backend/templates/base_with_header.html
backend/templates/message.html
backend/templates/profile.html
backend/templates/recipe_view.html
backend/templates/recipes_list_fragment.html
backend/templates/sign_in_form.html
backend/templates/sign_up_form.html
backend/templates/title.html
backend/translation.ron [new file with mode: 0644]
common/src/consts.rs [new file with mode: 0644]
common/src/lib.rs
common/src/utils.rs
deploy.nu
frontend/src/handles.rs