Skip to content

Commit

Permalink
Docs: updating
Browse files Browse the repository at this point in the history
  • Loading branch information
robisim74 committed May 4, 2018
1 parent ccedc3f commit 061b36b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![Build Status](https://travis-ci.org/robisim74/angular-l10n.svg?branch=master)](https://travis-ci.org/robisim74/angular-l10n) [![npm version](https://badge.fury.io/js/angular-l10n.svg)](https://badge.fury.io/js/angular-l10n) [![npm](https://img.shields.io/npm/dm/angular-l10n.svg)](https://www.npmjs.com/package/angular-l10n) [![npm](https://img.shields.io/npm/l/angular-l10n.svg)](https://www.npmjs.com/package/angular-l10n)
> An Angular library to translate messages, dates and numbers
This library is for localization of **Angular v5** apps written in TypeScript, ES6 or ES5.
This library is for localization of **Angular v6** apps written in TypeScript, ES6 or ES5.
It allows, in addition to translation, to localize numbers and dates of your app, adding _language code_, _country code_, _currency code_, _timezone_ and optionally _script code_, _numbering system_ and _calendar_, through [Internationalization API](https://robisim74.github.io/angular-l10n/spec/configuration/#intl-api). It also implements the validation of numbers by locales.

[Sample app](http://robisim74.github.io/angular-l10n-sample) built with Angular CLI & Material, and its [source code](https://github.com/robisim74/angular-l10n-sample).
Expand Down Expand Up @@ -82,13 +82,16 @@ and use global `ng.l10n` namespace.
This library is compatible with AoT compilation & [Server Side Rendering](https://robisim74.github.io/angular-l10n/quick-start/#appendix-d-using-angular-universal). It also supports the `strict` TypeScript compiler option.

## Usage
- **Angular v5**
- **Angular v6**
- [Docs](https://robisim74.github.io/angular-l10n)

- **Angular v4**
- **Angular v5 (Angular l10n v4.1.5)**
- [Branch](https://github.com/robisim74/angular-l10n/tree/angular_v5)

- **Angular v4 (Angular l10n v3.5.2)**
- [Branch](https://github.com/robisim74/angular-l10n/tree/angular_v4)

- **Angular v2**
- **Angular v2 (Angular l10n v2.0.11)**
- [Branch](https://github.com/robisim74/angular-l10n/tree/angular_v2)

## Contributing
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ _An Angular library to translate messages, dates and numbers_

---

> This library is for localization of **Angular v5** apps written in TypeScript, ES6 or ES5.
> This library is for localization of **Angular v6** apps written in TypeScript, ES6 or ES5.
It allows, in addition to translation, to localize numbers and dates of your app, adding _language code_, _country code_, _currency code_, _timezone_ and optionally _script code_, _numbering system_ and _calendar_, through [Internationalization API](spec/configuration.md#intl-api). It also implements the validation of numbers by locales.

---
Expand All @@ -14,7 +14,7 @@ It allows, in addition to translation, to localize numbers and dates of your app
---

> Library version: 4.1.5 - [Changelog](https://github.com/robisim74/angular-l10n/releases)
> Library version: 5.0.0 - [Changelog](https://github.com/robisim74/angular-l10n/releases)
<br>

Expand Down

0 comments on commit 061b36b

Please sign in to comment.