1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-05 18:41:02 +00:00

Add some missing french translations

This commit is contained in:
Nicolas Lœuillet 2016-02-18 13:59:02 +01:00
parent bbbcd6997b
commit 04c0737817
5 changed files with 10 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{% extends "WallabagCoreBundle::layout.html.twig" %}
{% block title %}Welcome on wallabag!{% endblock %}
{% block title %}{% trans %}Welcome on wallabag!{% endtrans %}{% endblock %}
{% block body_class %}login{% endblock %}

View file

@ -1,6 +1,6 @@
{% extends "WallabagCoreBundle::layout.html.twig" %}
{% block title %}Welcome on wallabag!{% endblock %}
{% block title %}{% trans %}Welcome on wallabag!{% endtrans %}{% endblock %}
{% block body_class %}login{% endblock %}