Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 94a376db authored by Arnau Vàzquez's avatar Arnau Vàzquez
Browse files

'a' for Spanish

parent 38e16aa7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ from searx.data import CURRENCIES
from .online import OnlineProcessor


parser_re = re.compile('.*?(\\d+(?:\\.\\d+)?)\s?([^.0-9]+) (?:in|to|en|dans|nel|pour|para|zu) ([^.0-9]+)', re.I)
parser_re = re.compile('.*?(\\d+(?:\\.\\d+)?)\s?([^.0-9]+) (?:in|to|en|dans|nel|pour|para|zu|a) ([^.0-9]+)', re.I)


def normalize_name(name):