mirror of https://github.com/nodejs/node.git
doc: update tools .md files for upcoming lint/formatting
Looks like only one .md file in `tools` needs to be changed. PR-URL: https://github.com/nodejs/node/pull/40155 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>pull/40155/head
parent
f367af4434
commit
0c95dead55
|
@ -18,6 +18,7 @@ Both V8 and Node.js use ICU to provide internationalization functionality.
|
||||||
* `shrink-icu-src.py` is used during upgrade (see guide below).
|
* `shrink-icu-src.py` is used during upgrade (see guide below).
|
||||||
|
|
||||||
Note:
|
Note:
|
||||||
|
|
||||||
> The files in this directory were written for the Node.js v0.12 effort.
|
> The files in this directory were written for the Node.js v0.12 effort.
|
||||||
> The original intent was to merge the tools such as `icutrim.py` and `iculslocs.cc`
|
> The original intent was to merge the tools such as `icutrim.py` and `iculslocs.cc`
|
||||||
> back into ICU. ICU has gained its own “data slicer” tool.
|
> back into ICU. ICU has gained its own “data slicer” tool.
|
||||||
|
@ -31,6 +32,7 @@ information on maintaining ICU in Node.js
|
||||||
|
|
||||||
* [docs/api/intl.md](../../doc/api/intl.md) for information on the
|
* [docs/api/intl.md](../../doc/api/intl.md) for information on the
|
||||||
internationalization-related APIs in Node.js
|
internationalization-related APIs in Node.js
|
||||||
|
|
||||||
* [The ICU Homepage][ICU]
|
* [The ICU Homepage][ICU]
|
||||||
|
|
||||||
[ICU]: http://icu-project.org
|
[ICU]: http://icu-project.org
|
||||||
|
|
Loading…
Reference in New Issue