Add Spanish Articles

Added articles for spanish language to list of articles in settings
This commit is contained in:
Margaret Fero 2023-08-15 22:53:43 -07:00 committed by GitHub
parent 2826e184d2
commit d7adada29c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"