add Twig & refactor poche

This commit is contained in:
Nicolas Lœuillet
2013-08-02 22:40:51 +02:00
parent f6c9baab3e
commit a4565e88ed
218 changed files with 16372 additions and 1555 deletions

View File

@ -0,0 +1,5 @@
{% trans %}
Hey {{ name }}, I have one apple.
{% plural apple_count %}
Hey {{ name }}, I have {{ count }} apples.
{% endtrans %}