diff --git a/README.md b/README.md index 07592ed..5f0d9d8 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,10 @@ store.i18n.setLocale('en-US') ``` +#### Current locale + +The current locale is available via `this.store.get().locale`. + #### Interpolation ```html @@ -128,4 +132,4 @@ store.i18n.setLocale('en-US') {$_.title('greeting', { name: 'John' }))} -``` \ No newline at end of file +```