mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-01 19:27:48 +02:00
misc: update base translation + remove extra char (#5639)
This commit is contained in:
parent
a0c2c52829
commit
4260768c53
2 changed files with 3 additions and 2 deletions
|
@ -2,6 +2,7 @@
|
|||
"theme.AnnouncementBar.closeButtonAriaLabel": "Close",
|
||||
"theme.AnnouncementBar.closeButtonAriaLabel___DESCRIPTION": "The ARIA label for close button of announcement bar",
|
||||
"theme.BackToTopButton.buttonAriaLabel": "Scroll back to top",
|
||||
"theme.BackToTopButton.buttonAriaLabel___DESCRIPTION": "The ARIA label for the back to top button",
|
||||
"theme.CodeBlock.copied": "Copied",
|
||||
"theme.CodeBlock.copied___DESCRIPTION": "The copied button label on code blocks",
|
||||
"theme.CodeBlock.copy": "Copy",
|
||||
|
@ -97,7 +98,7 @@
|
|||
"theme.docs.versions.latestVersionLinkLabel": "latest version",
|
||||
"theme.docs.versions.latestVersionLinkLabel___DESCRIPTION": "The label used for the latest version suggestion link label",
|
||||
"theme.docs.versions.latestVersionSuggestionLabel": "For up-to-date documentation, see the {latestVersionLink} ({versionLabel}).",
|
||||
"theme.docs.versions.latestVersionSuggestionLabel___DESCRIPTION": "The label userd to tell the user that he's browsing an unmaintained doc version",
|
||||
"theme.docs.versions.latestVersionSuggestionLabel___DESCRIPTION": "The label used to tell the user to check the latest version",
|
||||
"theme.docs.versions.unmaintainedVersionLabel": "This is documentation for {siteTitle} {versionLabel}, which is no longer actively maintained.",
|
||||
"theme.docs.versions.unmaintainedVersionLabel___DESCRIPTION": "The label used to tell the user that he's browsing an unmaintained doc version",
|
||||
"theme.docs.versions.unreleasedVersionLabel": "This is unreleased documentation for {siteTitle} {versionLabel} version.",
|
||||
|
|
|
@ -46,7 +46,7 @@ function logSection(title) {
|
|||
}
|
||||
|
||||
function logKeys(keys) {
|
||||
return `Keys:\n- ${keys.join('\n- ')}\``;
|
||||
return `Keys:\n- ${keys.join('\n- ')}`;
|
||||
}
|
||||
|
||||
async function extractThemeCodeMessages() {
|
||||
|
|
Loading…
Add table
Reference in a new issue