From ea2573fdc91c400830c9992082558515b084d41c Mon Sep 17 00:00:00 2001 From: Samplasion Date: Sun, 2 Sep 2018 16:12:04 +0000 Subject: [PATCH 1/5] Add Italian translation for search (#1793) --- _data/ui-text.yml | 3 +++ 1 file changed, 3 insertions(+) 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 From a50c84e5d7863f4f1ce2252ef17a9ee30ad9aaa1 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Sun, 2 Sep 2018 12:14:26 -0400 Subject: [PATCH 2/5] Add missing translation texts --- docs/_data/ui-text.yml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/docs/_data/ui-text.yml b/docs/_data/ui-text.yml index b9f63b5d..549acbdd 100644 --- a/docs/_data/ui-text.yml +++ b/docs/_data/ui-text.yml @@ -35,7 +35,7 @@ en: &DEFAULT_EN comment_form_name_label : "Name" comment_form_email_label : "Email address" comment_form_website_label : "Website (optional)" - comment_btn_submit : "Submit Comment" + comment_btn_submit : "Submit comment" comment_btn_submitted : "Submitted" comment_success_msg : "Thanks for your comment! It will show on the site once it has been approved." comment_error_msg : "Sorry, there was an error with your submission. Please make sure all required fields have been completed and try again." @@ -105,18 +105,18 @@ fr: &DEFAULT_FR pagination_next : "Suivant" breadcrumb_home_label : "Accueil" breadcrumb_separator : "/" - menu_label : + menu_label : "Menu" toc_label : "Sur cette page" ext_link_label : "Lien direct" less_than : "moins de" - minute_read : "minute de lecture" + minute_read : "minute(s) de lecture" share_on_label : "Partager sur" meta_label : tags_label : "Tags :" categories_label : "Catégories :" date_label : "Mis à jour :" comments_label : "Laisser un commentaire" - comments_title : + comments_title : "Commentaires" more_label : "Lire plus" related_label : "Vous pourriez aimer aussi" follow_label : "Contact" @@ -126,7 +126,6 @@ fr: &DEFAULT_FR email_label : "Email" recent_posts : "Posts récents" undefined_wpm : "Le paramètre words_per_minute n'est pas défini dans _config.yml" - comments_title : "Commentaires" comment_form_info : "Votre adresse email ne sera pas visible. Les champs obligatoires sont marqués" comment_form_comment_label : "Commentaire" comment_form_md_info : "Markdown est supporté." @@ -138,6 +137,9 @@ fr: &DEFAULT_FR comment_success_msg : "Merci pour votre commentaire, il sera visible sur le site une fois approuvé." comment_error_msg : "Désolé, une erreur est survenue lors de la soumission. Vérifiez que les champs obligatoires ont été remplis et réessayez." loading_label : "Chargement..." + search_placeholder_text : "Entrez votre recherche..." + results_found : "Aucun résultat trouvé" + back_to_top : "Retour en haut" fr-FR: <<: *DEFAULT_FR fr-BE: @@ -310,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 From 1bebba692cf655c7db41e1b1712f612269cdabfa Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Sun, 2 Sep 2018 12:14:36 -0400 Subject: [PATCH 3/5] Update CHANGELOG and history --- CHANGELOG.md | 1 + docs/_docs/18-history.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc6ec94d..9ee082a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ### Enhancements +* Add missing Italian localized UI text strings. [#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/docs/_docs/18-history.md b/docs/_docs/18-history.md index ef12aa5d..e0634292 100644 --- a/docs/_docs/18-history.md +++ b/docs/_docs/18-history.md @@ -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-08-15T09:55:19-04:00 +last_modified_at: 2018-09-02T12:13:11-04:00 toc: true --- @@ -12,6 +12,7 @@ toc: true ### Enhancements +* Add missing Italian localized UI text strings. [#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) From b0ff6ef4c6d6f580fb225795f15c6fc56e3da960 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Sun, 2 Sep 2018 12:18:51 -0400 Subject: [PATCH 4/5] =?UTF-8?q?Release=204.12.2=20=F0=9F=92=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- _layouts/default.html | 2 +- _sass/minimal-mistakes.scss | 2 +- assets/js/main.min.js | 2 +- docs/_docs/18-history.md | 4 ++-- docs/_layouts/default.html | 2 +- docs/_pages/home.md | 2 +- minimal-mistakes-jekyll.gemspec | 2 +- package.json | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ee082a6..8a39ffb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## [4.12.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.12.2) ### Enhancements 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 @@