diff --git a/CHANGELOG.md b/CHANGELOG.md index ff22a87f..cb2029b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,7 @@ ### Enhancements -- Add Swedish localized UI text strings. [#996](https://github.com/mmistakes/minimal-mistakes/pull/996) -- Add Dutch localized UI text strings. [#1081](https://github.com/mmistakes/minimal-mistakes/pull/1081) +- Add Swedish, Dutch, and Indonesian localized UI text strings. [#996](https://github.com/mmistakes/minimal-mistakes/pull/996) [#1081](https://github.com/mmistakes/minimal-mistakes/pull/1081) [#1101](https://github.com/mmistakes/minimal-mistakes/pull/1101) - Add Bitbucket social icon color. [#1009](https://github.com/mmistakes/minimal-mistakes/pull/1009) - Add GitLab to author sidebar. [#1050](https://github.com/mmistakes/minimal-mistakes/pull/1050) diff --git a/docs/_docs/08-ui-text.md b/docs/_docs/08-ui-text.md index 1f74b2d4..289bfb93 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-05T12:22:01-04:00 +last_modified_at: 2017-07-07T15:08:15-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. @@ -15,6 +15,7 @@ Currently the English[^yaml-anchors] main keys in [`_data/ui-text.yml`](https:// - French (Français) - German (Deutsch) - Greek +- Indonesian - Italian (Italiano) - Korean - Nepali (Nepalese) diff --git a/docs/_docs/18-history.md b/docs/_docs/18-history.md index 0b4401fe..58f1207f 100644 --- a/docs/_docs/18-history.md +++ b/docs/_docs/18-history.md @@ -4,15 +4,14 @@ permalink: /docs/history/ excerpt: "Change log of enhancements and bug fixes made to the theme." sidebar: nav: docs -last_modified_at: 2017-07-05T12:26:23-04:00 +last_modified_at: 2017-07-07T15:09:48-04:00 --- ## Unreleased ### Enhancements -- Add Swedish localized UI text strings. [#996](https://github.com/mmistakes/minimal-mistakes/pull/996) -- Add Dutch localized UI text strings. [#1081](https://github.com/mmistakes/minimal-mistakes/pull/1081) +- Add Swedish, Dutch, and Indonesian localized UI text strings. [#996](https://github.com/mmistakes/minimal-mistakes/pull/996) [#1081](https://github.com/mmistakes/minimal-mistakes/pull/1081) [#1101](https://github.com/mmistakes/minimal-mistakes/pull/1101) - Add Bitbucket social icon color. [#1009](https://github.com/mmistakes/minimal-mistakes/pull/1009) - Add GitLab to author sidebar. [#1050](https://github.com/mmistakes/minimal-mistakes/pull/1050)