Skip to content

Commit

Permalink
change some ar tests to ar-EG
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbastian committed Sep 4, 2024
1 parent da9da7b commit 52bb8f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
},
"output": {
"values": {
"ar": "٠:٢٥ ص"
"ar-EG": "٠:٢٥ ص"
}
}
},
Expand All @@ -140,7 +140,7 @@
},
"output": {
"values": {
"ar": "١٢:٢٥ ص"
"ar-EG": "١٢:٢٥ ص"
}
}
},
Expand All @@ -162,7 +162,7 @@
},
"output": {
"values": {
"ar": "٠٠:٢٥"
"ar-EG": "٠٠:٢٥"
}
}
},
Expand All @@ -184,7 +184,7 @@
},
"output": {
"values": {
"ar": "٢٤:٢٥"
"ar-EG": "٢٤:٢٥"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion components/experimental/tests/relativetime/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ macro_rules! generate_test {
)+

let relative_time_formatter = RelativeTimeFormatter::$constructor(
&locale!("ar").into(),
&locale!("ar-EG").into(),
$options
)
.expect("locale should be present");
Expand Down

0 comments on commit 52bb8f4

Please sign in to comment.