Closed cmacdonnacha closed 8 months ago
I receive an error when building gitbook docs:
Error: filter not found: translate
This is the sample code I'm using:
<input type="text" placeholder="{{ 'Username' | translate }}" />
CLI version: 2.3.2 GitBook version: 3.2.3
Should not be getting any error, gitbook should build successfully.
Same here.
EDIT: try to replace your pipes with | or use {% raw %} {% endraw %}
@timfrans the same issues
What is the current behavior?
I receive an error when building gitbook docs:
Error: filter not found: translate
This is the sample code I'm using:
<input type="text" placeholder="{{ 'Username' | translate }}" />
CLI version: 2.3.2 GitBook version: 3.2.3
What is the expected behavior?
Should not be getting any error, gitbook should build successfully.