Inject ngettext into Tera templates
Fix .po updating (without the -U option, the result was written to stdout, not the .po file)
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<a href="followers/">{{ n_followers }} follower{{ n_followers | pluralize }}</a>
|
||||
<a href="followers/">{{ "{{ count }} followers" | _n(singular="One follower", count=n_followers) }}</a>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user