forked from wallabag/wallabag
add Twig & refactor poche
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
{% trans %}
|
||||
Hey {{ name }}, I have one apple.
|
||||
{% plural apple_count %}
|
||||
Hey {{ name }}, I have {{ count }} apples.
|
||||
{% endtrans %}
|
||||
Reference in New Issue
Block a user