✨ feat: add search functionality (#250)
This commit is contained in:
@@ -14,6 +14,13 @@ privacy = "política de privacidad"
|
||||
site_statistics = "estadísticas del sitio"
|
||||
sitemap = "mapa del sitio"
|
||||
|
||||
# Search.
|
||||
search = "Buscar"
|
||||
search_icon_title = "Haz clic o usa $SHORTCUT para abrir la búsqueda" # $SHORTCUT will be replaced with the actual keyboard shortcut.
|
||||
clear_search = "Borrar búsqueda" # Title of the X icon next to search input.
|
||||
result = "resultado" # "1 result"
|
||||
results = "resultados" # "3 results" (also used for 0 results).
|
||||
|
||||
# Navigation.
|
||||
read_more = "Leer más"
|
||||
post = "entrada"
|
||||
|
Reference in New Issue
Block a user