Skip to content

Commit 460a5fd

Browse files
committed
fix fallback
1 parent 0535e08 commit 460a5fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runcommandonset/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pub mod args;
1414
pub mod runcommand;
1515
pub mod utils;
1616

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

1919
fn main() {
2020
let args = Arguments::parse();

0 commit comments

Comments
 (0)