Merge pull request #2953 from phildini/add-spanish-articles

Add spanish articles
This commit is contained in:
Mouse Reeve 2023-10-02 10:20:51 -07:00 committed by GitHub
commit 703a56940c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -317,6 +317,7 @@ LANGUAGES = [
LANGUAGE_ARTICLES = {
"English": {"the", "a", "an"},
"Español (Spanish)": {"un", "una", "unos", "unas", "el", "la", "los", "las"},
}
TIME_ZONE = "UTC"