From f3870999e10687cf80655638b8e265a18c7c185c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Nguy=E1=BB=85n=20Th=C3=A0nh=20Nam?=
 <namnguyenthanh.work@gmail.com>
Date: Tue, 13 Sep 2022 03:00:02 +0700
Subject: [PATCH] fix(theme-translations): remove extra vi translations (#8087)

chore(theme-translations): vi translations

chore(theme-translations): complete vi translations

Edit theme.blog.post.readingTime.plurals theme.blog.post.plurals theme.docs.tagDocListPageTitle.nDocsTagged
---
 .../locales/vi/theme-common.json                            | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/packages/docusaurus-theme-translations/locales/vi/theme-common.json b/packages/docusaurus-theme-translations/locales/vi/theme-common.json
index 0b16ebc9e6f5..48cb04837300 100644
--- a/packages/docusaurus-theme-translations/locales/vi/theme-common.json
+++ b/packages/docusaurus-theme-translations/locales/vi/theme-common.json
@@ -25,10 +25,10 @@
   "theme.blog.post.paginator.navAriaLabel": "Thanh điều hướng của trang bài viết",
   "theme.blog.post.paginator.newerPost": "Bài mới hơn",
   "theme.blog.post.paginator.olderPost": "Bài cũ hơn",
-  "theme.blog.post.plurals": "Một bài viết|{count} bài viết",
+  "theme.blog.post.plurals": "{count} bài viết",
   "theme.blog.post.readMore": "Đọc tiếp",
   "theme.blog.post.readMoreLabel": "Đọc thêm về {title}",
-  "theme.blog.post.readingTime.plurals": "Một phút để đọc|{readingTime} phút để đọc",
+  "theme.blog.post.readingTime.plurals": "{readingTime} phút để đọc",
   "theme.blog.sidebar.navAriaLabel": "Điều hướng các bài viết gần đây trên blog",
   "theme.blog.tagTitle": "{nPosts} được gắn thẻ \"{tagName}\"",
   "theme.colorToggle.ariaLabel": "Chuyển đổi chế độ sáng và tối (hiện tại {mode})",
@@ -48,7 +48,7 @@
   "theme.docs.sidebar.expandButtonAriaLabel": "Mở rộng thanh bên",
   "theme.docs.sidebar.expandButtonTitle": "Mở rộng thanh bên",
   "theme.docs.tagDocListPageTitle": "{nDocsTagged} với \"{tagName}\"",
-  "theme.docs.tagDocListPageTitle.nDocsTagged": "Một tài liệu đã gắn thẻ|{count} tài liệu đã gắn thẻ",
+  "theme.docs.tagDocListPageTitle.nDocsTagged": "{count} tài liệu đã gắn thẻ",
   "theme.docs.versionBadge.label": "Phiên bản: {versionLabel}",
   "theme.docs.versions.latestVersionLinkLabel": "phiên bản mới nhất",
   "theme.docs.versions.latestVersionSuggestionLabel": "Để xem các cập nhật mới nhất, vui lòng xem phiên bản {latestVersionLink} ({versionLabel}).",