Skip to content

Commit

Permalink
"ar" locale started using Western numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
obulat committed Dec 11, 2024
1 parent e4756cc commit 47ea327
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const testWrapperContainer = createApp({}).component("TestWrapper", {
const TestWrapper = testWrapperContainer._context.components.TestWrapper

describe("use-get-locale-formatted-number", () => {
it.each(["ar", "fa", "ckb", "ps"])(
it.each(["ar-EG", "fa", "ckb", "ps"])(
"should use en formatting for locales like %s that use Eastern Arabic Numerals",
async (locale) => {
const { container } = await render(TestWrapper, {
Expand Down

0 comments on commit 47ea327

Please sign in to comment.