feat: feat: add multilingual output support for commit, tag, and changelog commands
This commit is contained in:
7
src/i18n/mod.rs
Normal file
7
src/i18n/mod.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
pub mod messages;
|
||||
pub mod translator;
|
||||
|
||||
pub use messages::Messages;
|
||||
pub use translator::Translator;
|
||||
pub use translator::translate_commit_type;
|
||||
pub use translator::translate_changelog_category;
|
||||
Reference in New Issue
Block a user