From 0ea41decbab32fc7b2fe4565609f76671b3461a1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sat, 28 Jun 2014 14:19:55 +0200 Subject: [PATCH] turn strings translatable --- matos/templates/matos/piece_list.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/matos/templates/matos/piece_list.html b/matos/templates/matos/piece_list.html index 0a3a4f0..b5e5dd4 100644 --- a/matos/templates/matos/piece_list.html +++ b/matos/templates/matos/piece_list.html @@ -1,14 +1,15 @@ {% extends "matos/base.html" %} +{% load i18n %} {% block appbar %} -

Matériel

+

{% trans 'Inventory' %}

{% endblock %} {% block content %} {% if perms.matos.add_piece %}

-Nouvelle pièce +{% trans 'New Piece' %}

{% endif %} -- 2.39.2