5 lines
210 B
Rust
5 lines
210 B
Rust
pub static VERSION: &str = "0.1.0";
|
|
pub static GETTEXT_PACKAGE: &str = "audio-device-manager";
|
|
pub static LOCALEDIR: &str = "/app/share/locale";
|
|
pub static PKGDATADIR: &str = "/app/share/audio-device-manager";
|