File tree Expand file tree Collapse file tree 4 files changed +707
-0
lines changed Expand file tree Collapse file tree 4 files changed +707
-0
lines changed Original file line number Diff line number Diff line change 56
56
- Text.ScanRepositories
57
57
- Text.SHALinkCM.NavigateTo
58
58
59
+ </details >
60
+
61
+ ### it_IT.axaml: 100.0%
62
+
63
+
64
+ <details >
65
+ <summary >Missing Keys</summary >
66
+
67
+
59
68
</details >
60
69
61
70
### pt_BR.axaml: 99.29%
Original file line number Diff line number Diff line change 14
14
<ResourceInclude x : Key =" de_DE" Source =" /Resources/Locales/de_DE.axaml" />
15
15
<ResourceInclude x : Key =" en_US" Source =" /Resources/Locales/en_US.axaml" />
16
16
<ResourceInclude x : Key =" fr_FR" Source =" /Resources/Locales/fr_FR.axaml" />
17
+ <ResourceInclude x : Key =" it_IT" Source =" /Resources/Locales/it_IT.axaml" />
17
18
<ResourceInclude x : Key =" pt_BR" Source =" /Resources/Locales/pt_BR.axaml" />
18
19
<ResourceInclude x : Key =" ru_RU" Source =" /Resources/Locales/ru_RU.axaml" />
19
20
<ResourceInclude x : Key =" zh_CN" Source =" /Resources/Locales/zh_CN.axaml" />
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ public class Locale
12
12
new Locale ( "English" , "en_US" ) ,
13
13
new Locale ( "Español" , "es_ES" ) ,
14
14
new Locale ( "Français" , "fr_FR" ) ,
15
+ new Locale ( "Italiano" , "it_IT" ) ,
15
16
new Locale ( "Português (Brasil)" , "pt_BR" ) ,
16
17
new Locale ( "Русский" , "ru_RU" ) ,
17
18
new Locale ( "简体中文" , "zh_CN" ) ,
You can’t perform that action at this time.
0 commit comments