Search Language-ready › more in _data/language.yml
This commit is contained in:
parent
33cc7c4b35
commit
f161cdc108
3 changed files with 5 additions and 3 deletions
|
@ -20,4 +20,5 @@ previous_post_in: "Previous Post in"
|
||||||
breadcrumb_start: "Start"
|
breadcrumb_start: "Start"
|
||||||
edit: "Edit"
|
edit: "Edit"
|
||||||
this_content_is_open_source: "This content is open source."
|
this_content_is_open_source: "This content is open source."
|
||||||
help_improve_it: "Help improve it"
|
help_improve_it: "Help improve it"
|
||||||
|
enter_search_term: "Enter search term and hit enter"
|
|
@ -20,4 +20,5 @@ previous_post_in: "Vorheriger Beitrag in"
|
||||||
breadcrumb_start: "Start"
|
breadcrumb_start: "Start"
|
||||||
edit: "Editieren"
|
edit: "Editieren"
|
||||||
this_content_is_open_source: "Der Inhalt ist Open Source."
|
this_content_is_open_source: "Der Inhalt ist Open Source."
|
||||||
help_improve_it: "Hilf ihn zu verbessern"
|
help_improve_it: "Hilf ihn zu verbessern"
|
||||||
|
enter_search_term: "Suchbegriff eingeben und Eingabetaste drücken"
|
|
@ -8,5 +8,5 @@ permalink: "/search/"
|
||||||
{% include google_search.html %}
|
{% include google_search.html %}
|
||||||
|
|
||||||
<form style="padding-bottom: 200px;" onsubmit="google_search()" >
|
<form style="padding-bottom: 200px;" onsubmit="google_search()" >
|
||||||
<input type="text" id="google-search" placeholder="Enter search term and hit enter">
|
<input type="text" id="google-search" placeholder="{{ site.data.language.enter_search_term }}">
|
||||||
</form>
|
</form>
|
Reference in a new issue