Skip to content

Commit ea485eb

Browse files
Copilotbrunoborges
andcommitted
Fix corrupted emoji icons in Italian translation files
Co-authored-by: brunoborges <129743+brunoborges@users.noreply.github.com>
1 parent 04a3e82 commit ea485eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

translations/content/it/io/io-class-console-io.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ whyModernWins:
1111
- icon: 🔒
1212
title: Nessuna perdita di risorse
1313
desc: "Nessun Scanner da chiudere — i metodi IO gestiscono internamente le risorse."
14-
- icon: ��
14+
- icon: 🎓
1515
title: Adatto ai principianti
1616
desc: "I nuovi sviluppatori possono fare I/O da console senza imparare Scanner, System.out o le istruzioni import."
1717
support:

translations/content/it/strings/string-isblank.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ modernApproach: isBlank()
55
summary: "Controlla le stringhe vuote con una singola chiamata a metodo."
66
explanation: "isBlank() restituisce true se la stringa è vuota o contiene solo spazi bianchi, inclusi i caratteri di spazio bianco Unicode che trim() non riconosce."
77
whyModernWins:
8-
- icon: ��
8+
- icon: 📖
99
title: Auto-documentante
1010
desc: "isBlank() dice esattamente cosa controlla."
1111
- icon: 🌐

0 commit comments

Comments
 (0)