Avoid to use an hash map in translations
This commit is contained in:
parent
03ebbb74fa
commit
91ab379718
10 changed files with 334 additions and 237 deletions
|
|
@ -2,7 +2,7 @@ use rinja_axum::Template;
|
|||
|
||||
use crate::{
|
||||
data::model,
|
||||
translation::{Sentence, Tr},
|
||||
translation::{self, Sentence, Tr},
|
||||
};
|
||||
|
||||
pub struct Recipes {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue