Additional i18n test

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
Stephen Gallagher 2022-02-21 08:49:07 -05:00
parent 644b58f4ba
commit b247312735
No known key found for this signature in database
GPG Key ID: 45DB85A568286D11
1 changed files with 3 additions and 0 deletions

3
test2.js Normal file
View File

@ -0,0 +1,3 @@
const january = new Date(9e8);
const spanish = new Intl.DateTimeFormat('es', { month: 'long' });
console.log(spanish.format(january));