From f61d1432c7b57da5725a94c7b308ebacfe0af085 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Sat, 15 Oct 2011 01:19:19 +0200 Subject: 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 --- budget/templates/password_reminder.en | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 budget/templates/password_reminder.en (limited to 'budget/templates/password_reminder.en') diff --git a/budget/templates/password_reminder.en b/budget/templates/password_reminder.en new file mode 100644 index 0000000..fc24a6f --- /dev/null +++ b/budget/templates/password_reminder.en @@ -0,0 +1,8 @@ +Hi, + +You requested to be reminded about your password for "{{ project.name }}". + +You can access it here: {{ config['SITE_URL'] }}{{ url_for(".list_bills", project_id=project.id) }}, the private code is "{{ project.password }}". + +Hope this helps, +Some weird guys (with beards) -- cgit v1.1