Add Slovak localized UI text strings

This commit is contained in:
Michael Rose
2018-04-10 08:43:11 -04:00
parent 6600162870
commit d4b4c890db
6 changed files with 57 additions and 8 deletions

View File

@ -1,13 +1,13 @@
---
title: "UI Text"
permalink: /docs/ui-text/
excerpt: "Text for customizing various user interface elements found in the theme."
last_modified_at: 2018-03-20T15:59:46-04:00
excerpt: "Text for customizing user interface elements found in the theme."
last_modified_at: 2018-04-10T08:40:57-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.
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.
Currently 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 to the following languages:
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:
- Brazilian Portuguese (Português brasileiro)
- Chinese
@ -23,6 +23,7 @@ Currently the English[^yaml-anchors] main keys in [`_data/ui-text.yml`](https://
- Nepali (Nepalese)
- Polish
- Russian
- Slovak
- Spanish (Español)
- Swedish
- Turkish (Türkçe)

View File

@ -4,7 +4,7 @@ permalink: /docs/history/
excerpt: "Change log of enhancements and bug fixes made to the theme."
sidebar:
nav: docs
last_modified_at: 2018-03-30T18:39:37-04:00
last_modified_at: 2018-04-10T08:42:49-04:00
toc: true
---
@ -13,6 +13,7 @@ toc: true
### Enhancements
* Update Font Awesome to version `5.0.9`. [#1605](https://github.com/mmistakes/minimal-mistakes/pull/1605)
* Add Slovak localized UI text strings. [#1613](https://github.com/mmistakes/minimal-mistakes/pull/1613)
### Bug Fixes