From d7adada29c1f39a11983823fe533478ce0dfa257 Mon Sep 17 00:00:00 2001 From: Margaret Fero Date: Tue, 15 Aug 2023 22:53:43 -0700 Subject: [PATCH] Add Spanish Articles Added articles for spanish language to list of articles in settings --- bookwyrm/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bookwyrm/settings.py b/bookwyrm/settings.py index 829ddaef7..6c627c5c0 100644 --- a/bookwyrm/settings.py +++ b/bookwyrm/settings.py @@ -315,6 +315,7 @@ LANGUAGES = [ LANGUAGE_ARTICLES = { "English": {"the", "a", "an"}, + "EspaƱol (Spanish)": {"un", "una", "unos", "unas", "el", "la", "los", "las"}, } TIME_ZONE = "UTC"