Rename "translation" to "translator"
This commit is contained in:
parent
f00a27a38f
commit
f759443802
@ -1,3 +1,3 @@
|
|||||||
pub mod edition;
|
pub mod edition;
|
||||||
pub mod helper;
|
pub mod helper;
|
||||||
pub mod translation;
|
pub mod translator;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
use backend::{edition::data::from_string, translation::level_3};
|
use backend::{edition::data::from_string, translator::level_3};
|
||||||
use data::Module;
|
use data::Module;
|
||||||
use parity_wasm::deserialize_file;
|
use parity_wasm::deserialize_file;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user