From c66f7bd70f930c4a080cc24cc8d09baab260f6d0 Mon Sep 17 00:00:00 2001 From: David Morais Ferreira Date: Fri, 6 Jan 2023 00:12:09 +0100 Subject: feat(locale): add Luxembourg (French) locale (#1693) --- test/__snapshots__/random.spec.ts.snap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/__snapshots__/random.spec.ts.snap b/test/__snapshots__/random.spec.ts.snap index 7f01d87e..5fe3e02c 100644 --- a/test/__snapshots__/random.spec.ts.snap +++ b/test/__snapshots__/random.spec.ts.snap @@ -8,7 +8,7 @@ exports[`random > 42 > alphaNumeric > noArgs 1`] = `"n"`; exports[`random > 42 > alphaNumeric > with length 1`] = `"nNWbJ"`; -exports[`random > 42 > locale 1`] = `"es"`; +exports[`random > 42 > locale 1`] = `"es_MX"`; exports[`random > 42 > numeric > noArgs 1`] = `"3"`; -- cgit v1.2.3