summaryrefslogtreecommitdiff
path: root/WORKING_GROUPS.md
diff options
context:
space:
mode:
authorSteven R. Loomis <srl@icu-project.org>2015-10-07 16:12:12 -0700
committerJames M Snell <jasnell@gmail.com>2015-10-14 11:16:43 -0700
commita441aa6e1d625d6722f641274e2ea74cdf9688d2 (patch)
treef55f8daf01197a7499ad4c347f5b6580cb7a6256 /WORKING_GROUPS.md
parent6c032a8333c7be3e5de64d6a673db9bb030d8b7a (diff)
downloadandroid-node-v8-a441aa6e1d625d6722f641274e2ea74cdf9688d2.tar.gz
android-node-v8-a441aa6e1d625d6722f641274e2ea74cdf9688d2.tar.bz2
android-node-v8-a441aa6e1d625d6722f641274e2ea74cdf9688d2.zip
doc: update WORKING_GROUPS.md to include Intl
* Intl was missing Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: James M Snell <jasnell@gmail.com> PR-URL: https://github.com/nodejs/node/pull/3251
Diffstat (limited to 'WORKING_GROUPS.md')
-rw-r--r--WORKING_GROUPS.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/WORKING_GROUPS.md b/WORKING_GROUPS.md
index 5e19a93639..f3cdc84ba7 100644
--- a/WORKING_GROUPS.md
+++ b/WORKING_GROUPS.md
@@ -29,6 +29,7 @@ back in to the TSC.
* [Addon API](#addon-api)
* [Starting a Working Group](#starting-a-wg)
* [Bootstrap Governance](#bootstrap-governance)
+* [Intl](#Intl)
### [Website](https://github.com/nodejs/website)
@@ -103,6 +104,8 @@ to date and of high quality.
* Promotion of Node.js speakers for meetups and conferences in their
language.
+Note that the i18n working groups are distinct from the [Intl](#Intl) working group.
+
Each language community maintains its own membership.
* [iojs-ar - Arabic (اللغة العربية)](https://github.com/nodejs/iojs-ar)
@@ -140,6 +143,17 @@ Each language community maintains its own membership.
* [iojs-uk - Ukrainian (Українська)](https://github.com/nodejs/iojs-uk)
* [iojs-vi - Vietnamese (Tiếng Việtnam)](https://github.com/nodejs/iojs-vi)
+### [Intl](https://github.com/nodejs/Intl)
+
+The Intl Working Group is dedicated to support and improvement of
+Internationalization (i18n) and Localization (l10n) in Node. Its responsibilities are:
+
+1. Functionality & compliance (standards: ECMA, Unicode…)
+2. Support for Globalization and Internationalization issues that come up in the tracker
+3. Guidance and Best Practices
+4. Refinement of existing `Intl` implementation
+
+The Intl WG is not responsible for translation of content. That is the responsibility of the specific [i18n](#i18n) group for each language.
### [Evangelism](https://github.com/nodejs/evangelism)