From b247312735a988c92e37bab66fe3aa1e6f8e17f6 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mar 17 2022 16:20:29 +0000 Subject: Additional i18n test Signed-off-by: Stephen Gallagher --- 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));