Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Feb 9, 2024
1 parent ce5ea55 commit 4424071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/src/i18n/use_i18n.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ impl Language {
}
}

#[derive(Clone, PartialEq)]
#[derive(Clone, PartialEq, Copy)]
pub struct UseI18 {
pub selected_language: Signal<LanguageIdentifier>,
pub data: Signal<UseInitI18Data>,
Expand Down

0 comments on commit 4424071

Please sign in to comment.