From e4a036100f22d93ef9d52ebd9cff4c13fa9884ad Mon Sep 17 00:00:00 2001 From: Thi Date: Sun, 27 Dec 2020 22:55:00 +0700 Subject: [PATCH] Added toml file for Vietnamese translation --- i18n/vn.toml | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 i18n/vn.toml diff --git a/i18n/vn.toml b/i18n/vn.toml new file mode 100644 index 0000000..83669f1 --- /dev/null +++ b/i18n/vn.toml @@ -0,0 +1,51 @@ +# More documentation here: https://github.com/nicksnyder/go-i18n +[home] +other = "Trang chủ" + +[posts] +other = "Bài viết" + +[toc_heading] +other = "Mục lục" + +[at] +other = "tại" + +[resume] +other = "Sơ yếu lý lịch của tôi" + +[navigation] +other = "Điều hướng" + +[contact_me] +other = "Liên hệ với tôi" + +[email] +other = "Email" + +[phone] +other = "Điện thoại" + +[newsletter_text] +other = "Nhận email cập nhật thông tin" + +[newsletter_input_placeholder] +other = "Nhập email" + +[newsletter_warning] +other = "Chúng tôi sẽ không bao giờ chia sẻ email của bạn." + +[submit] +other = "Gửi" + +[hugoAttributionText] +other = "Được cung cấp bởi" + +[prev] +other = "Trước" + +[next] +other = "Tiếp theo" + +[improve_this_page] +other = "Cải thiện trang này" \ No newline at end of file