mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-22 17:41:08 +00:00
Add Spanish Articles
Added articles for spanish language to list of articles in settings
This commit is contained in:
parent
2826e184d2
commit
d7adada29c
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue