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 | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 budget/templates/password_reminder (limited to 'budget/templates/password_reminder') diff --git a/budget/templates/password_reminder b/budget/templates/password_reminder deleted file mode 100644 index fc24a6f..0000000 --- a/budget/templates/password_reminder +++ /dev/null @@ -1,8 +0,0 @@ -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