Add translateIn filter
This release adds a new filter translateIn to translate a message in a specific language:
{{ 'message' | translateIn('en') }}
Thanks to @zhangqiangoffice for the corresponding pull request #91 which was adapted for this.
This release adds a new filter translateIn to translate a message in a specific language:
{{ 'message' | translateIn('en') }}
Thanks to @zhangqiangoffice for the corresponding pull request #91 which was adapted for this.