From ad71e0da78d23041ccd2b6702be774048306072f Mon Sep 17 00:00:00 2001 From: Roberto Simonetti Date: Wed, 14 Nov 2018 12:53:20 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bf32d3ae..1c403999 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,12 @@ It allows, in addition to translation, to localize numbers and dates of your app Get the changelog by [releases](https://github.com/robisim74/angular-l10n/releases). ## Angular localization features -- Four modules to support tree shaking: +- More modules to support tree shaking: - `TranslationModule` to translate texts - `LocalizationModule` to translate texts, dates & numbers - `LocaleValidationModule` for number validation by locales - `CollatorModule` for sorting and filtering a list by locales + - `LocaleInterceptorModule` for setting the locale in _Accept-Language_ header on outgoing requests - Direct loading of translation data (objects) - Asynchronous loading of translation data (json): - Static