blob: 13629ce18ff5d3dfd526d132ffdfb3a8ecdb3485 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
rust_i18n::i18n!("resources/locales/jvn", fallback = "en");
// --- LIBS ---
/// Data
pub mod data;
/// Json Format
pub mod legacy_json_output;
/// Systems
pub mod systems;
/// Commands
pub mod cmds;
/// Macros
pub mod macros;
|