aboutsummaryrefslogtreecommitdiff
path: root/budget/templates/create_project.html
diff options
context:
space:
mode:
authorAlexis Metaireau <alexis@notmyidea.org>2011-10-15 01:19:19 +0200
committerAlexis Metaireau <alexis@notmyidea.org>2011-10-15 01:19:19 +0200
commitf61d1432c7b57da5725a94c7b308ebacfe0af085 (patch)
tree74f2270c6f9bde7f5661d295253d3000e397b079 /budget/templates/create_project.html
parent45ccc8b509bc27f1301490272d71278a08bebe10 (diff)
downloadihatemoney-mirror-f61d1432c7b57da5725a94c7b308ebacfe0af085.zip
ihatemoney-mirror-f61d1432c7b57da5725a94c7b308ebacfe0af085.tar.gz
ihatemoney-mirror-f61d1432c7b57da5725a94c7b308ebacfe0af085.tar.bz2
Translate the application using Flask-babel.
The only translation so far is french, but more can be added. The browser language is used thanks to the HTTP languages headers. There are still some problems with the translation of some strings, I don't know why this is. See #12
Diffstat (limited to 'budget/templates/create_project.html')
-rw-r--r--budget/templates/create_project.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/budget/templates/create_project.html b/budget/templates/create_project.html
index 41b8fd0..cbf1622 100644
--- a/budget/templates/create_project.html
+++ b/budget/templates/create_project.html
@@ -1,7 +1,7 @@
{% extends "layout.html" %}
{% block content %}
-<h2>Create a new project</h2>
+<h2>{{ _("Create a new project") }}</h2>
<form method="post">
{{ forms.create_project(form) }}
</form>