v3.32.1-rc-4
Pre-release
Pre-release
·
2 commits
to release/v3.32.1
since this release
Description
Create Angular Pipe to format form title
If the title doesn't contain t-lang
tag, return the text
Otherwise, use the English translation if it exists or the first translation if there's no English version of the title
Use the same heuristic in the pipe when creating csv files
Type of Change
- New feature (non-breaking change which adds functionality)
Create Angular Pipe to format form title
If the title doesnt contain t-lang
tag, return the text
Otherwise, use the English translation if it exists or the first translation if there's no English version of the title
Refs #3735