File tree Expand file tree Collapse file tree 3 files changed +760
-0
lines changed Expand file tree Collapse file tree 3 files changed +760
-0
lines changed Original file line number Diff line number Diff line change 16
16
<ResourceInclude x : Key =" fr_FR" Source =" /Resources/Locales/fr_FR.axaml" />
17
17
<ResourceInclude x : Key =" it_IT" Source =" /Resources/Locales/it_IT.axaml" />
18
18
<ResourceInclude x : Key =" pt_BR" Source =" /Resources/Locales/pt_BR.axaml" />
19
+ <ResourceInclude x : Key =" uk_UA" Source =" /Resources/Locales/uk_UA.axaml" />
19
20
<ResourceInclude x : Key =" ru_RU" Source =" /Resources/Locales/ru_RU.axaml" />
20
21
<ResourceInclude x : Key =" zh_CN" Source =" /Resources/Locales/zh_CN.axaml" />
21
22
<ResourceInclude x : Key =" zh_TW" Source =" /Resources/Locales/zh_TW.axaml" />
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ public class Locale
14
14
new Locale ( "Français" , "fr_FR" ) ,
15
15
new Locale ( "Italiano" , "it_IT" ) ,
16
16
new Locale ( "Português (Brasil)" , "pt_BR" ) ,
17
+ new Locale ( "Українська" , "uk_UA" ) ,
17
18
new Locale ( "Русский" , "ru_RU" ) ,
18
19
new Locale ( "简体中文" , "zh_CN" ) ,
19
20
new Locale ( "繁體中文" , "zh_TW" ) ,
You can’t perform that action at this time.
0 commit comments