forked from deepStateMirrors/tabi
🌐 fix(i18n-es): correct 'of' translation
This commit is contained in:
parent
6673a063b8
commit
0b6cb31bba
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ post = "entrada"
|
|||
posts = "entradas" # Plural of "post".
|
||||
prev = "Anterior" # As in "Previous" page.
|
||||
next = "Siguiente" # As in "Next" page.
|
||||
of = "sur" # E.g. Page 1 "of" 3
|
||||
of = "de" # E.g. Page 1 "of" 3
|
||||
all_posts = "Todas las entradas"
|
||||
all_tags = "Todas las etiquetas"
|
||||
language_selection = "Selección de idioma"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue