Status: alpha, work in progress
This is the implementation for the i18n support for AngularJS 1.4+ and Angular2. It's meant to be generic enough so as not to be too tied to Angular though the initial versions will be focussed entirely on Angular.
The primary reference document is Angular and Internationalization: The New World published under published under Angular Public/Design Docs/i18n.
The document v1.0 focusses on work for first release.
# Checkout the source
git clone git@github.com:angular/i18n.git
cd i18n
# Install pre-requisites.
# This will ask you for sudo permissions.
./scripts/setup
./scripts/build
./scripts/run-tests
# Writes to ./i18nData/messages.json
./bin/extract_messages