Skip to content

Commit

Permalink
Updated version & README
Browse files Browse the repository at this point in the history
  • Loading branch information
robisim74 committed Jun 7, 2016
1 parent f39c92b commit f74661b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ First | You need to localize dates and numbers, but no messages | [Wiki](https:/
Second | You only need to translate messages | [Wiki](https://github.com/robisim74/angular2localization/wiki/Second-scenario)
Third | You need to translate messages, dates and numbers | [Wiki](https://github.com/robisim74/angular2localization/wiki/Third-scenario)

## Defining default locale
In the first & third scenario, you can define the default locale to set the language and country, the script, the numbering system and calendar:
[Wiki](https://github.com/robisim74/angular2localization/wiki/Defining-default-locale).

## Validation by locales
Type | Directive | Validator | Options | Errors | Wiki page
---- | --------- | --------- | ------- | ------ | ---------
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular2localization",
"version": "0.8.1",
"version": "0.8.2",
"description": "An Angular 2 library to translate messages, dates and numbers",
"main": "angular2localization.js",
"scripts": {},
Expand Down

0 comments on commit f74661b

Please sign in to comment.