From d41bbf3aabb595626fcf9c95dafaa875d489a5cd Mon Sep 17 00:00:00 2001 From: ozakione <29860391+OzakIOne@users.noreply.github.com> Date: Tue, 6 Aug 2024 18:11:27 +0200 Subject: [PATCH] update test --- .../locales/base/theme-common.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/docusaurus-theme-translations/locales/base/theme-common.json b/packages/docusaurus-theme-translations/locales/base/theme-common.json index 3cc0b8b8b369..25df03d8ae8a 100644 --- a/packages/docusaurus-theme-translations/locales/base/theme-common.json +++ b/packages/docusaurus-theme-translations/locales/base/theme-common.json @@ -123,6 +123,8 @@ "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.", "theme.docs.versions.unreleasedVersionLabel___DESCRIPTION": "The label used to tell the user that he's browsing an unreleased doc version", + "theme.draftedContent.message": "This page is drafted and will be excluded from production build.", + "theme.draftedContent.title": "Drafted page", "theme.lastUpdated.atDate": " on {date}", "theme.lastUpdated.atDate___DESCRIPTION": "The words used to describe on which date a page has been last updated", "theme.lastUpdated.byUser": " by {user}",