From 1205a8c46cf3b14bcb8f7696be3cb3d6fc3d0828 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Sun, 6 Aug 2017 10:32:35 -0400 Subject: [PATCH] Add mention of Vietnamese to UI text docs and update CHANGELOG/history --- CHANGELOG.md | 6 ++++++ docs/_data/ui-text.yml | 43 ++++++++++++++++++++++++++++++++++++++++ docs/_docs/08-ui-text.md | 3 ++- docs/_docs/18-history.md | 8 +++++++- 4 files changed, 58 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69a9b89b..5a5e8e24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## Unreleased + +### Enhancements + +- Add Greek localized UI text strings. [#1159](https://github.com/mmistakes/minimal-mistakes/pull/1159) + ## [4.5.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.5.0) ### Enhancements diff --git a/docs/_data/ui-text.yml b/docs/_data/ui-text.yml index 8cc96b45..d7be92fa 100644 --- a/docs/_data/ui-text.yml +++ b/docs/_data/ui-text.yml @@ -797,6 +797,49 @@ id: &DEFAULT_ID id-ID: <<: *DEFAULT_ID +# Vietnamese +# ----------------- +vi: &DEFAULT_VI + page : "Trang" + pagination_previous : "Trước" + pagination_next : "Sau" + breadcrumb_home_label : "Trang chủ" + breadcrumb_separator : "/" + menu_label : "Menu" + toc_label : "Tại trang này" + ext_link_label : "Đường dẫn trực tiếp" + less_than : "nhỏ hơn" + minute_read : "phút đọc" + share_on_label : "Chia sẻ tại" + meta_label : + tags_label : "Nhãn:" + categories_label : "Chủ đề:" + date_label : "Cập nhật:" + comments_label : "Để lại bình luận" + comments_title : "Bình luận" + more_label : "Mở rộng" + related_label : "Có thể bạn cũng thích" + follow_label : "Theo dõi:" + feed_label : "Feed" + powered_by : "Được hỗ trợ bởi" + website_label : "Website" + email_label : "Email" + recent_posts : "Bài viết mới" + undefined_wpm : "Chưa định nghĩa thông số words_per_minute tại _config.yml" + comment_form_info : "Email của bạn sẽ được giữ bí mật. Các phần bắt buộc được đánh dấu." + comment_form_comment_label : "Bình luận" + comment_form_md_info : "Hỗ trợ Markdown." + comment_form_name_label : "Tên" + comment_form_email_label : "Địa chỉ email" + comment_form_website_label : "Website (không bắt buộc)" + comment_btn_submit : "Gửi bình luận" + comment_btn_submitted : "Đã được gửi" + comment_success_msg : "Cảm ơn bạn đã bình luận! Bình luận sẽ xuất hiện sau khi được duyệt." + comment_error_msg : "Rất tiếc, có lỗi trong việc gửi bình luận. Hãy đảm bảo toàn bộ các phần bắt buộc đã được điền đầy đủ và thử lại." + loading_label : "Đang tải..." +vi-VN: + <<: *DEFAULT_VI + # Another locale # -------------- # diff --git a/docs/_docs/08-ui-text.md b/docs/_docs/08-ui-text.md index 289bfb93..1cc9b4ab 100644 --- a/docs/_docs/08-ui-text.md +++ b/docs/_docs/08-ui-text.md @@ -2,7 +2,7 @@ title: "UI Text" permalink: /docs/ui-text/ excerpt: "Text for customizing various user interface elements found in the theme." -last_modified_at: 2017-07-07T15:08:15-04:00 +last_modified_at: 2017-08-06T10:30:33-04:00 --- Text for various UI elements, `_layouts`, and `_includes` have all been grouped together as a set of translation keys. This is by no means a full-on i18n solution, but it does help make customizing things a bit easier. @@ -23,6 +23,7 @@ Currently the English[^yaml-anchors] main keys in [`_data/ui-text.yml`](https:// - Spanish (Español) - Swedish - Turkish (Türkçe) +- Vietnamese If you're are interested in localizing them into other languages feel free to submit a pull request and I will be happy to look it over. diff --git a/docs/_docs/18-history.md b/docs/_docs/18-history.md index 6ed1d190..563b18c6 100644 --- a/docs/_docs/18-history.md +++ b/docs/_docs/18-history.md @@ -4,9 +4,15 @@ permalink: /docs/history/ excerpt: "Change log of enhancements and bug fixes made to the theme." sidebar: nav: docs -last_modified_at: 2017-08-04T12:32:47-04:00 +last_modified_at: 2017-08-06T10:31:32-04:00 --- +## Unreleased + +### Enhancements + +- Add Greek localized UI text strings. [#1159](https://github.com/mmistakes/minimal-mistakes/pull/1159) + ## [4.5.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.5.0) ### Enhancements