Skip to content
New issue

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

Update post-card.hbs #9

Merged
merged 2 commits into from
Apr 23, 2018

Conversation

estevaosoares
Copy link
Contributor

Reading time helper compatibility with i18n translation.

Reading time helper compatibility with i18n translation. 
-
@@ -35,7 +35,7 @@
{{/foreach}}
</ul>

<span class="reading-time">{{reading_time}}</span>
<span class="reading-time">{{reading_time seconds=(t "< 1 min read") minute=(t "1 min read") minutes=(t "% min read")}}</span>
Copy link
Owner

@juan-g juan-g Apr 23, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. Given that, some days ago, they removed the "< 1 min read" option (see Ghost issue #9573), the seconds=(t "< 1 min read") part should be removed from this pull request before merging, remaining:

{{reading_time minute=(t "1 min read") minutes=(t "% min read")}}

Thanks again.

.Some days ago, they removed the "< 1 min read" option, so this line should be removed (see Ghost issue #9573).
@juan-g juan-g merged commit d487736 into juan-g:i18n-translatable-frontend Apr 23, 2018
@juan-g
Copy link
Owner

juan-g commented Apr 23, 2018

Merged. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants