Skip to content

juschm/i18n

 
 

Repository files navigation

Status: alpha, work in progress

About

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.

References

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.

Quick Start

# 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

Build

./scripts/build

Run tests

./scripts/run-tests

Run an extraction

# Writes to ./i18nData/messages.json
./bin/extract_messages

About

Angular i18n

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 59.1%
  • Python 34.3%
  • HTML 3.0%
  • Shell 2.0%
  • Other 1.6%