Skip to content

Commit

Permalink
Add Spanish Articles
Browse files Browse the repository at this point in the history
Added articles for spanish language to list of articles in settings
  • Loading branch information
MaggieFero authored Aug 16, 2023
1 parent 2826e18 commit d7adada
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bookwyrm/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@

LANGUAGE_ARTICLES = {
"English": {"the", "a", "an"},
"Español (Spanish)": {"un", "una", "unos", "unas", "el", "la", "los", "las"},
}

TIME_ZONE = "UTC"
Expand Down

0 comments on commit d7adada

Please sign in to comment.