]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
templates: Use 'en' locale
authorStephen Finucane <stephen@that.guru>
Sat, 30 Nov 2019 17:11:13 +0000 (17:11 +0000)
committerStephen Finucane <stephen@that.guru>
Sat, 30 Nov 2019 17:16:15 +0000 (17:16 +0000)
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 <stephen@that.guru>
Suggested-by: Daniel Axtens <dja@axtens.net>
templates/base.html

index 27db7f525b49706738a0905de33542c25f8440e0..8accb4c3d26030666646c68d48fc2c2b629cf423 100644 (file)
@@ -1,6 +1,6 @@
 {% load static %}
 <!DOCTYPE html>
-<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
  <head>
   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
   <title>{% block title %}Patchwork{% endblock %} - Patchwork</title>