From f5cf9d8fd8e24646c7f122a447cf42cf81bc4289 Mon Sep 17 00:00:00 2001 From: nmiglio Date: Fri, 9 Sep 2016 16:29:15 +0200 Subject: [PATCH 1/3] Completed Italian translation (#514) cc/ #449 --- _data/ui-text.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/_data/ui-text.yml b/_data/ui-text.yml index 06444af7..5b32a4b7 100644 --- a/_data/ui-text.yml +++ b/_data/ui-text.yml @@ -253,17 +253,17 @@ it: &DEFAULT_IT email_label : "Email" recent_posts : "Articoli Recenti" undefined_wpm : "Parametro words_per_minute non definito in _config.yml" - comment_form_info : - comment_form_comment_label : - comment_form_md_info : - comment_form_name_label : - comment_form_email_label : - comment_form_website_label : - comment_btn_submit : - comment_btn_submitted : - comment_success_msg : - comment_error_msg : - loading_label : + comment_form_info : "Il tuo indirizzo email non sarà pubblicato. Sono segnati i campi obbligatori" + comment_form_comment_label : "Commenta" + comment_form_md_info : "Il linguaggio Markdown è supportato" + comment_form_name_label : "Nome" + comment_form_email_label : "Indirizzo email" + comment_form_website_label : "Sito Web (opzionale)" + comment_btn_submit : "Invia commento" + comment_btn_submitted : "Inviato" + 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..." it-IT: <<: *DEFAULT_IT From 6db88b709a08b5897c7b0800020b0a98388cc803 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Fri, 9 Sep 2016 10:33:42 -0400 Subject: [PATCH 2/3] Disable `compress` layout by default - Due to several issues related to content and JavaScript HTML compression has been disabled. - To enable add `layout: compress` to _layout/default.html YAML Front Matter --- _layouts/default.html | 1 - 1 file changed, 1 deletion(-) diff --git a/_layouts/default.html b/_layouts/default.html index 0637ec68..d09bf3a0 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,5 +1,4 @@ --- -layout: compress --- {% include base_path %} From f12a902372343e1bc5dff6939e2b2c7db15def2b Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Fri, 9 Sep 2016 10:37:06 -0400 Subject: [PATCH 3/3] Update CHANGELOG.md and bump version to 3.4.6 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45bcad0d..67c0dd58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [3.4.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.6) + +### Enhancements + +- Add Italian "comments" related localized UI text. [#514](https://github.com/mmistakes/minimal-mistakes/pull/514) + +### Bug Fixes + +- Disable `compress` HTML layout by default. To enable add `layout: compress` to `_layouts/default.html`. + ## [3.4.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.5) ### Enhancements diff --git a/package.json b/package.json index 24cea234..b7c12ef6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minimal-mistakes", - "version": "3.4.5", + "version": "3.4.6", "description": "Minimal Mistakes Jekyll theme npm build scripts", "repository": { "type": "git",