🌐 fix(i18n-es): correct 'of' translation
This commit is contained in:
parent
6673a063b8
commit
0b6cb31bba
@ -19,7 +19,7 @@ post = "entrada"
|
|||||||
posts = "entradas" # Plural of "post".
|
posts = "entradas" # Plural of "post".
|
||||||
prev = "Anterior" # As in "Previous" page.
|
prev = "Anterior" # As in "Previous" page.
|
||||||
next = "Siguiente" # As in "Next" 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_posts = "Todas las entradas"
|
||||||
all_tags = "Todas las etiquetas"
|
all_tags = "Todas las etiquetas"
|
||||||
language_selection = "Selección de idioma"
|
language_selection = "Selección de idioma"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user