File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -166,6 +166,7 @@ At present, the configuration options that are supported are as follows:
166
166
- ` identifiers ` (default ` ['{', '}'] ` )
167
167
- ` preserveState ` (default ` false ` )
168
168
- ` translateFilterName ` (default ` translate ` )
169
+ - ` translateInFilterName ` (default ` translateIn ` )
169
170
- ` onTranslationNotFound ` (default ` function(){} ` )
170
171
- ` warnings ` : default(` true ` )
171
172
@@ -301,7 +302,8 @@ There are also several methods available on the property `this.$i18n` or `Vue.i1
301
302
// translate the given key
302
303
$t (), Vue .i18n .translate ()
303
304
304
- // translate the given key in a specific locale
305
+ // translate the given key in a specific locale, also available as filter
306
+ // i.e {{ 'message' | translateIn('en') }}
305
307
$tlang (), Vue .i18n .translateIn ()
306
308
307
309
// get the current locale
You can’t perform that action at this time.
0 commit comments