We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba0bb35 commit 315a226Copy full SHA for 315a226
README.md
@@ -11,7 +11,7 @@
11
* Supports Windows/macOS/Linux
12
* Opensource/Free
13
* Fast
14
-* Deutsch/English/Español/Français/Português/Русский/简体中文/繁體中文
+* Deutsch/English/Español/Français/Italiano/Português/Русский/简体中文/繁體中文
15
* Built-in light/dark themes
16
* Customize theme
17
* Visual commit graph
src/Models/Locales.cs
@@ -12,7 +12,7 @@ public class Locale
new Locale("English", "en_US"),
new Locale("Español", "es_ES"),
new Locale("Français", "fr_FR"),
- new Locale("Italiano", "it_IT"),
+ new Locale("Italiano", "it_IT"),
new Locale("Português (Brasil)", "pt_BR"),
new Locale("Русский", "ru_RU"),
18
new Locale("简体中文", "zh_CN"),
0 commit comments