don't use the 'an' language
authorAndrew Engelbrecht <sudoman@ninthfloor.org>
Thu, 23 Jul 2015 18:34:11 +0000 (14:34 -0400)
committerAndrew Engelbrecht <sudoman@ninthfloor.org>
Mon, 7 Dec 2015 18:28:40 +0000 (13:28 -0500)
it currently has no translations, so we should default to english.

edward

diff --git a/edward b/edward
index beb17f1ac2b2b5e526e1493b400c88ecf14d3475..b014d91261ce1c4d99266b7b7d16c75ffdce4a67 100755 (executable)
--- a/edward
+++ b/edward
@@ -48,7 +48,7 @@ from email.mime.nonmultipart    import MIMENonMultipart
 
 import edward_config
 
-langs = ["an", "de", "el", "en", "fr", "ja", "pt-br", "ro", "ru", "tr"]
+langs = ["de", "el", "en", "fr", "ja", "pt-br", "ro", "ru", "tr"]
 
 match_types =  [('clearsign',
                 '-----BEGIN PGP SIGNED MESSAGE-----.*?-----BEGIN PGP SIGNATURE-----.*?-----END PGP SIGNATURE-----'),