From b247312735a988c92e37bab66fe3aa1e6f8e17f6 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 21 Feb 2022 08:49:07 -0500 Subject: [PATCH] Additional i18n test Signed-off-by: Stephen Gallagher --- test2.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test2.js diff --git a/test2.js b/test2.js new file mode 100644 index 0000000..e88ef88 --- /dev/null +++ b/test2.js @@ -0,0 +1,3 @@ +const january = new Date(9e8); +const spanish = new Intl.DateTimeFormat('es', { month: 'long' }); +console.log(spanish.format(january));