X Tutup
The Wayback Machine - https://web.archive.org/web/20230220192751/https://github.com/nodejs/node/commit/c975a8ded1
Skip to content
Permalink
Browse files
doc: fix maintaining ICU guide
PR-URL: #36980
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Beth Griggs <bgriggs@redhat.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
  • Loading branch information
targos authored and MylesBorins committed Apr 6, 2021
1 parent 3e8ceed commit c975a8d
Showing 1 changed file with 1 addition and 1 deletion.
@@ -158,7 +158,7 @@ process.versions.icu;
new Intl.DateTimeFormat('es', { month: 'long' }).format(new Date(9E8));
```

(This should print your updated ICU version number, and also `January` again.)
(This should print your updated ICU version number, and also `enero` again.)

You are ready to check in the updated `deps/icu-small`. This is a big commit,
so make this a separate commit from the smaller changes.

0 comments on commit c975a8d

Please sign in to comment.
X Tutup