Skip to content

Commit 4092d08

Browse files
committed
Merge branch 'release/3.4.6'
2 parents 233dcde + f12a902 commit 4092d08

File tree

4 files changed

+22
-13
lines changed

4 files changed

+22
-13
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [3.4.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.6)
2+
3+
### Enhancements
4+
5+
- Add Italian "comments" related localized UI text. [#514](https://github.com/mmistakes/minimal-mistakes/pull/514)
6+
7+
### Bug Fixes
8+
9+
- Disable `compress` HTML layout by default. To enable add `layout: compress` to `_layouts/default.html`.
10+
111
## [3.4.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.5)
212

313
### Enhancements

_data/ui-text.yml

+11-11
Original file line numberDiff line numberDiff line change
@@ -253,17 +253,17 @@ it: &DEFAULT_IT
253253
email_label : "Email"
254254
recent_posts : "Articoli Recenti"
255255
undefined_wpm : "Parametro words_per_minute non definito in _config.yml"
256-
comment_form_info :
257-
comment_form_comment_label :
258-
comment_form_md_info :
259-
comment_form_name_label :
260-
comment_form_email_label :
261-
comment_form_website_label :
262-
comment_btn_submit :
263-
comment_btn_submitted :
264-
comment_success_msg :
265-
comment_error_msg :
266-
loading_label :
256+
comment_form_info : "Il tuo indirizzo email non sarà pubblicato. Sono segnati i campi obbligatori"
257+
comment_form_comment_label : "Commenta"
258+
comment_form_md_info : "Il linguaggio Markdown è supportato"
259+
comment_form_name_label : "Nome"
260+
comment_form_email_label : "Indirizzo email"
261+
comment_form_website_label : "Sito Web (opzionale)"
262+
comment_btn_submit : "Invia commento"
263+
comment_btn_submitted : "Inviato"
264+
comment_success_msg : "Grazie per il tuo commento! Verrà visualizzato nel sito una volta che sarà approvato."
265+
comment_error_msg : "C'è stato un errore con il tuo invio. Assicurati che tutti i campi richiesti siano stati completati e riprova."
266+
loading_label : "Caricamento..."
267267
it-IT:
268268
<<: *DEFAULT_IT
269269

_layouts/default.html

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
layout: compress
32
---
43

54
{% include base_path %}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "minimal-mistakes",
3-
"version": "3.4.5",
3+
"version": "3.4.6",
44
"description": "Minimal Mistakes Jekyll theme npm build scripts",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)