From 5b0e37d3c3854070608f7615b3d131c23d2749c0 Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Thu, 23 Jul 2015 14:34:11 -0400 Subject: [PATCH] don't use the 'an' language it currently has no translations, so we should default to english. --- edward | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edward b/edward index beb17f1..b014d91 100755 --- 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-----'), -- 2.25.1