Hermes/src/config.rs

5 lines
182 B
Rust
Raw Normal View History

2022-05-14 21:30:33 +00:00
pub static VERSION: &str = "0.1.0";
pub static GETTEXT_PACKAGE: &str = "hermes";
pub static LOCALEDIR: &str = "/app/share/locale";
pub static PKGDATADIR: &str = "/app/share/hermes";