Add Romanian localized UI text strings

This commit is contained in:
Michael Rose
2018-09-10 19:06:31 -04:00
parent 5b2a699a11
commit 98682985d7
5 changed files with 51 additions and 3 deletions

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-09-05T15:28:14-04:00
last_modified_at: 2018-09-10T19:05:31-04:00
toc: true
---
@@ -12,6 +12,7 @@ toc: true
### Enhancements
- Add Romanian localized UI text strings. [#1814](https://github.com/mmistakes/minimal-mistakes/pull/1814)
- Improve author link flexibility. [#1581](https://github.com/mmistakes/minimal-mistakes/issues/1581)
- Improve footer link flexibility.
- Deprecate `cta_label` and `cta_url` in header overlay in favor of new `actions` array that allows for multiple "call to action" button links. [#1461](https://github.com/mmistakes/minimal-mistakes/issues/1461)