We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
partials/podcast_episodes_list.html line 33 has:
{{ (datestamp)|nicetime(false) }}{% if e.header.podcast.audio.meta %} | <a href ="{{ e.header.podcast.audio.meta.guid }}">Download Audio</a>{% endif %}
it should be:
{{ (datestamp)|nicetime(false) }}{% if e.header.podcast.audio.meta %} | <a href ="{{ e.header.podcast.audio.meta.guid }}"> {{ 'PLUGIN_PODCAST.EPISODE_CONTENT.DOWNLOAD'|t|e }}</a>{% endif %}
Kind regards.
The text was updated successfully, but these errors were encountered:
Fix hardcoded string (issue jgonyea#53)
f09bc20
Fix hardcoded string to use translation system.
Merge pull request #55 from aleclerc7/fix-issue-53
052f087
Fix hardcoded string in episode listing template (issue #53)
Deployed in latest version.
Sorry, something went wrong.
jgonyea
No branches or pull requests
Hello,
partials/podcast_episodes_list.html line 33 has:
it should be:
Kind regards.
The text was updated successfully, but these errors were encountered: