diff options
author | Samy Pesse <samypesse@gmail.com> | 2016-10-01 23:11:48 +0200 |
---|---|---|
committer | Samy Pesse <samypesse@gmail.com> | 2016-10-01 23:11:50 +0200 |
commit | 9aaf561c4195dd363e66667b3d697694ae134337 (patch) | |
tree | afdbff0555e7df154788e7cf9eaba8413cfb6aec /packages/gitbook-plugin-theme-default/src | |
parent | 8be4cbc8875e708b1a62035fb91652b891e540ac (diff) | |
download | gitbook-9aaf561c4195dd363e66667b3d697694ae134337.zip gitbook-9aaf561c4195dd363e66667b3d697694ae134337.tar.gz gitbook-9aaf561c4195dd363e66667b3d697694ae134337.tar.bz2 |
Complete i18n for search plugin
Diffstat (limited to 'packages/gitbook-plugin-theme-default/src')
-rw-r--r-- | packages/gitbook-plugin-theme-default/src/i18n/en.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/gitbook-plugin-theme-default/src/i18n/en.json b/packages/gitbook-plugin-theme-default/src/i18n/en.json index cec4b76..b6504d3 100644 --- a/packages/gitbook-plugin-theme-default/src/i18n/en.json +++ b/packages/gitbook-plugin-theme-default/src/i18n/en.json @@ -9,8 +9,7 @@ "SUMMARY_TOGGLE": "Table of Contents", "SEARCH_TOGGLE": "Search", "SEARCH_PLACEHOLDER": "Type to search", - "SEARCH_RESULTS_TITLE": "<span class='search-results-count'></span> results matching \"<span class='search-query'></span>\"", - "SEARCH_NO_RESULTS_TITLE": "No results matching \"<span class='search-query'></span>\"", + "SEARCH_RESULTS_TITLE": "{count, plural, =0 {No results} one {1 result} other {{count} results}} matching \"{query}\"", "FONTSETTINGS_TOGGLE": "Font Settings", "SHARE_TOGGLE": "Share", "SHARE_ON": "Share on {{platform}}", |