Skip to content

Commit

Permalink
fixup! feat: initial macro implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
JadedBlueEyes committed Jul 2, 2024
1 parent 5a85913 commit 60589e1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions crates/mf1-macros/src/load_locales.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ pub struct Locale<'a> {
}

impl<'a> Locale<'a> {
pub fn new(name: &'a str, keys: HashMap<String, String>) -> Self {
Self { name, keys }
}
pub fn from_file(name: &'a str, locale_file: File) -> Result<Self, serde_json::Error> {
Ok(Self {
name,
Expand Down

0 comments on commit 60589e1

Please sign in to comment.