Rename "translation" to "translator"
This commit is contained in:
+1
-1
@@ -1,3 +1,3 @@
|
||||
pub mod edition;
|
||||
pub mod helper;
|
||||
pub mod translation;
|
||||
pub mod translator;
|
||||
|
||||
+1
-1
@@ -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 parity_wasm::deserialize_file;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user