File tree 4 files changed +22
-13
lines changed
4 files changed +22
-13
lines changed Original file line number Diff line number Diff line change
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
+
1
11
## [ 3.4.5] ( https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.5 )
2
12
3
13
### Enhancements
Original file line number Diff line number Diff line change @@ -253,17 +253,17 @@ it: &DEFAULT_IT
253
253
email_label : " Email"
254
254
recent_posts : " Articoli Recenti"
255
255
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... "
267
267
it-IT :
268
268
<< : *DEFAULT_IT
269
269
Original file line number Diff line number Diff line change 1
1
---
2
- layout: compress
3
2
---
4
3
5
4
{% include base_path %}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " minimal-mistakes" ,
3
- "version" : " 3.4.5 " ,
3
+ "version" : " 3.4.6 " ,
4
4
"description" : " Minimal Mistakes Jekyll theme npm build scripts" ,
5
5
"repository" : {
6
6
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments