Skip to content

Commit 315a226

Browse files
committed
code_review: PR #759
* code indent * update README.md
1 parent ba0bb35 commit 315a226

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Supports Windows/macOS/Linux
1212
* Opensource/Free
1313
* Fast
14-
* Deutsch/English/Español/Français/Português/Русский/简体中文/繁體中文
14+
* Deutsch/English/Español/Français/Italiano/Português/Русский/简体中文/繁體中文
1515
* Built-in light/dark themes
1616
* Customize theme
1717
* Visual commit graph

src/Models/Locales.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public class Locale
1212
new Locale("English", "en_US"),
1313
new Locale("Español", "es_ES"),
1414
new Locale("Français", "fr_FR"),
15-
new Locale("Italiano", "it_IT"),
15+
new Locale("Italiano", "it_IT"),
1616
new Locale("Português (Brasil)", "pt_BR"),
1717
new Locale("Русский", "ru_RU"),
1818
new Locale("简体中文", "zh_CN"),

0 commit comments

Comments
 (0)