mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-13 00:03:57 +02:00
feat(v2): add japanese translations (#4303)
This commit is contained in:
parent
12afb9e1f5
commit
99d83995a5
8 changed files with 98 additions and 33 deletions
|
@ -236,11 +236,14 @@ function SearchPage() {
|
|||
|
||||
const getTitle = () =>
|
||||
searchQuery
|
||||
? `${translate({
|
||||
? translate({
|
||||
id: 'theme.SearchPage.existingResultsTitle',
|
||||
message: 'Search results for',
|
||||
message: 'Search results for "{query}"',
|
||||
description: 'The search page title for non-empty query',
|
||||
})} "${searchQuery}"`
|
||||
values: {
|
||||
query: searchQuery,
|
||||
},
|
||||
})
|
||||
: translate({
|
||||
id: 'theme.SearchPage.emptyResultsTitle',
|
||||
message: 'Search the documentation',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue