From 683b9aa0edbc77e7782576316e0317bd51bcd110 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Sat, 30 Nov 2019 17:11:13 +0000 Subject: [PATCH] templates: Use 'en' locale As discussed at [1], the UI was originally written in Australian English but as it's been through a couple of pairs of hands since the chances are things are more than a little messed up. Just use 'en' as our locale rather than 'en-US', 'en-AU' or anything else. [1] https://lists.ozlabs.org/pipermail/patchwork/2019-November/006342.html Signed-off-by: Stephen Finucane Suggested-by: Daniel Axtens --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 27db7f52..8accb4c3 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,6 +1,6 @@ {% load static %} - + {% block title %}Patchwork{% endblock %} - Patchwork -- 2.47.3