Translation (WIP)
This commit is contained in:
parent
9b0fcec5e2
commit
e9873c1943
29 changed files with 586 additions and 285 deletions
|
|
@ -1,6 +1,7 @@
|
|||
use std::{sync::LazyLock, time::Duration};
|
||||
|
||||
pub const FILE_CONF: &str = "conf.ron";
|
||||
pub const TRANSLATION_FILE: &str = "translation.ron";
|
||||
pub const DB_DIRECTORY: &str = "data";
|
||||
pub const DB_FILENAME: &str = "recipes.sqlite";
|
||||
pub const SQL_FILENAME: &str = "sql/version_{VERSION}.sql";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue