From da667eb34cc5f6c69133eb7937d0db0ae0e49ccf Mon Sep 17 00:00:00 2001 From: Will Faught Date: Fri, 16 Dec 2022 22:46:08 -0800 Subject: [PATCH] Localize search page text --- i18n/en.yaml | 17 +++++++++++++++++ layouts/partials/paige-search.html | 16 ++++++---------- 2 files changed, 23 insertions(+), 10 deletions(-) create mode 100644 i18n/en.yaml diff --git a/i18n/en.yaml b/i18n/en.yaml new file mode 100644 index 00000000..f85358c3 --- /dev/null +++ b/i18n/en.yaml @@ -0,0 +1,17 @@ +paige_search_button: + other: Search + +paige_search_error: + other: Error + +paige_search_input: + other: Query + +paige_search_nothing: + other: Nothing found + +paige_search_searching: + other: Searching + +paige_search_something: + other: Something found diff --git a/layouts/partials/paige-search.html b/layouts/partials/paige-search.html index af27e9a8..7d6ae757 100644 --- a/layouts/partials/paige-search.html +++ b/layouts/partials/paige-search.html @@ -2,16 +2,12 @@
- +
- +
@@ -19,28 +15,28 @@