This commit is contained in:
Michael Rose
2021-05-11 10:24:00 -04:00
parent 1ae5b070b6
commit 68327eb69b
5 changed files with 8 additions and 5 deletions

View File

@@ -2,13 +2,14 @@
title: "UI Text"
permalink: /docs/ui-text/
excerpt: "Text for customizing user interface elements found in the theme."
last_modified_at: 2021-02-05T20:54:24-05:00
last_modified_at: 2021-05-11T10:22:55-04:00
---
Text for UI elements, `_layouts`, and `_includes` grouped together as a set of translation keys. This is by no means a full-on i18n solution, but it does help make customizing theme text a bit easier.
The English[^yaml-anchors] main keys in [`_data/ui-text.yml`](https://github.com/mmistakes/minimal-mistakes/blob/master/_data/ui-text.yml) are translated in the following languages:
- Arabic (عربي)
- Brazilian Portuguese (Português brasileiro)
- Catalan
- Chinese

View File

@@ -5,7 +5,7 @@ permalink: /docs/history/
excerpt: "Change log of enhancements and bug fixes made to the theme."
sidebar:
nav: docs
last_modified_at: 2021-05-11T10:00:20-04:00
last_modified_at: 2021-05-11T10:23:46-04:00
toc: false
---
@@ -13,6 +13,7 @@ toc: false
### Enhancements
- Add Arabic (عربي) localized UI text strings. [#2936](https://github.com/mmistakes/minimal-mistakes/pull/2936)
- Update onchange and uglify-js dependencies.
- Document head and footer `custom.html` includes. [#2815](https://github.com/mmistakes/minimal-mistakes/pull/2815)
- Color notices based on skin colors instead of fixed values. [#2887](https://github.com/mmistakes/minimal-mistakes/pull/2887)