diff --git a/CHANGELOG.md b/CHANGELOG.md index cc6ec94d..6e2fad6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ -## Unreleased +## [4.12.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.12.2) ### Enhancements +* Add missing Italian localized UI text strings. [#1793](https://github.com/mmistakes/minimal-mistakes/pull/1793) * Update [jekyll-toc](https://github.com/allejo/jekyll-toc) to `v1.0.5`. * Support heading levels 1-6 in table of contents with proper indentation styling. [#1782](https://github.com/mmistakes/minimal-mistakes/issues/1782) * Use relative links for masthead navigation menu items when possible. [#1784](https://github.com/mmistakes/minimal-mistakes/pull/1784) diff --git a/_data/ui-text.yml b/_data/ui-text.yml index 6e1c8ffa..549acbdd 100644 --- a/_data/ui-text.yml +++ b/_data/ui-text.yml @@ -312,6 +312,9 @@ it: &DEFAULT_IT comment_success_msg : "Grazie per il tuo commento! Verrà visualizzato nel sito una volta che sarà approvato." comment_error_msg : "C'è stato un errore con il tuo invio. Assicurati che tutti i campi richiesti siano stati completati e riprova." loading_label : "Caricamento..." + search_placeholder_text : "Inserisci termini di ricerca..." + results_found : "Risultati" + back_to_top : "Vai su" it-IT: <<: *DEFAULT_IT diff --git a/_layouts/default.html b/_layouts/default.html index 21fe9126..1b24e939 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -3,7 +3,7 @@