From b4dd5f0b18e52c8b6e70815b4d7ed23acabb7d20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A0nh=20Nh=C3=A2n?= <60387689+NhanAZ@users.noreply.github.com> Date: Sat, 28 Oct 2023 14:47:03 +0700 Subject: [PATCH] Update vi.yaml (#1316) --- i18n/vi.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/i18n/vi.yaml b/i18n/vi.yaml index a3832ed..2eb05d0 100644 --- a/i18n/vi.yaml +++ b/i18n/vi.yaml @@ -6,9 +6,14 @@ - id: read_time translation: - one : "1 phút" + one: "1 phút" other: "{{ .Count }} phút" +- id: words + translation: + one: "từ" + other: "{{ .Count }} từ" + - id: toc translation: "Mục lục" @@ -18,6 +23,9 @@ - id: home translation: "Trang chủ" +- id: edit_post + translation: "Chỉnh sửa" + - id: code_copy translation: "Sao chép"