feat: add search functionality (#250)

This commit is contained in:
Óscar 2024-01-08 01:00:52 +01:00 committed by GitHub
parent fcd0c34d19
commit 906bc9dec0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
69 changed files with 11443 additions and 6 deletions

View file

@ -18,6 +18,13 @@ privacy = "개인정보 처리방침"
site_statistics = "사이트 통계"
sitemap = "사이트맵"
# Search.
search = "검색"
search_icon_title = "클릭하거나 $SHORTCUT을 눌러 검색 열기" # $SHORTCUT will be replaced with the actual keyboard shortcut.
clear_search = "검색 지우기" # Title of the X icon next to search input.
result = "결과" # "1 result"
results = "결과" # "3 results" (also used for 0 results).
# Navigation.
read_more = "더 읽기"
post = "게시물"