Skip to content

Commit

Permalink
fix fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveL-MSFT committed Dec 7, 2024
1 parent a68e06d commit ea425e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runcommandonset/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pub mod args;
pub mod runcommand;
pub mod utils;

i18n!("locales", fallback = "en");
i18n!("locales", fallback = "en-us");

fn main() {
let args = Arguments::parse();
Expand Down

0 comments on commit ea425e9

Please sign in to comment.