mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-12-24 00:50:35 +00:00
Merge pull request #2953 from phildini/add-spanish-articles
Add spanish articles
This commit is contained in:
commit
703a56940c
1 changed files with 1 additions and 0 deletions
|
@ -317,6 +317,7 @@ LANGUAGES = [
|
||||||
|
|
||||||
LANGUAGE_ARTICLES = {
|
LANGUAGE_ARTICLES = {
|
||||||
"English": {"the", "a", "an"},
|
"English": {"the", "a", "an"},
|
||||||
|
"Español (Spanish)": {"un", "una", "unos", "unas", "el", "la", "los", "las"},
|
||||||
}
|
}
|
||||||
|
|
||||||
TIME_ZONE = "UTC"
|
TIME_ZONE = "UTC"
|
||||||
|
|
Loading…
Reference in a new issue