Skip to content

Add translateIn filter

Compare
Choose a tag to compare
@tikiatua tikiatua released this 02 Jan 15:35
· 8 commits to master since this release

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.