From 5450977a80a2c2dee672f3409be6902bf108d82b Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 7 Mar 2012 20:01:35 +0100 Subject: Use a templatetag for inline tables - update french translations - clean in migrations --- chimere/__init__.py | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'chimere/__init__.py') diff --git a/chimere/__init__.py b/chimere/__init__.py index e69de29..1b2fc61 100644 --- a/chimere/__init__.py +++ b/chimere/__init__.py @@ -0,0 +1,9 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- +# Copyright (C) 2012 Étienne Loks + +from django.utils.translation import ugettext as _ + +# templates/chimere/edit.html, templates/chimere/edit_route.html +_(u"Multimedia files") +_(u"Picture files") -- cgit v1.2.3