From 610010d6c754fe06a6ccb7e9d55e978d7c0c1ab6 Mon Sep 17 00:00:00 2001 From: razonyang Date: Tue, 28 May 2024 13:27:10 +0800 Subject: [PATCH] feat(i18n): add Vietnamese translations --- i18n/vi.toml | 17 +++++++++++++++++ modules/decap-cms/i18n/vi.toml | 11 +++++++++++ modules/sidebar/posts/i18n/vi.toml | 5 +++++ 3 files changed, 33 insertions(+) create mode 100644 i18n/vi.toml create mode 100644 modules/decap-cms/i18n/vi.toml create mode 100644 modules/sidebar/posts/i18n/vi.toml diff --git a/i18n/vi.toml b/i18n/vi.toml new file mode 100644 index 00000000..f2c1ca40 --- /dev/null +++ b/i18n/vi.toml @@ -0,0 +1,17 @@ +[metrics_page_sections] +other = "Sections" + +[metrics_page_types] +other = "Types" + +[metrics_posts] +other = "Posts" + +[on_this_page] +other = "On this page" + +[read_more_about] +other = "Read more about {{ . }}." + +[reading_time] +other = "{{ .Count }} min read" diff --git a/modules/decap-cms/i18n/vi.toml b/modules/decap-cms/i18n/vi.toml new file mode 100644 index 00000000..abb75404 --- /dev/null +++ b/modules/decap-cms/i18n/vi.toml @@ -0,0 +1,11 @@ +[cms_label_archive] +other = "Archive" + +[cms_label_archives] +other = "Archives" + +[cms_label_blog] +other = "Blog" + +[cms_label_post] +other = "Post" diff --git a/modules/sidebar/posts/i18n/vi.toml b/modules/sidebar/posts/i18n/vi.toml new file mode 100644 index 00000000..f229f526 --- /dev/null +++ b/modules/sidebar/posts/i18n/vi.toml @@ -0,0 +1,5 @@ +[featured_posts] +other = "Featured" + +[recent_posts] +other = "Recent"