File tree Expand file tree Collapse file tree 4 files changed +672
-0
lines changed Expand file tree Collapse file tree 4 files changed +672
-0
lines changed Original file line number Diff line number Diff line change 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
17
<ResourceInclude x : Key =" pt_BR" Source =" /Resources/Locales/pt_BR.axaml" />
18
+ <ResourceInclude x : Key =" ru_RU" Source =" /Resources/Locales/ru_RU.axaml" />
18
19
<ResourceInclude x : Key =" zh_CN" Source =" /Resources/Locales/zh_CN.axaml" />
19
20
<ResourceInclude x : Key =" zh_TW" Source =" /Resources/Locales/zh_TW.axaml" />
20
21
</ResourceDictionary >
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ public class Locale
12
12
new Locale ( "Deutsch" , "de_DE" ) ,
13
13
new Locale ( "Français" , "fr_FR" ) ,
14
14
new Locale ( "Português (Brasil)" , "pt_BR" ) ,
15
+ new Locale ( "Русский" , "ru_RU" ) ,
15
16
new Locale ( "简体中文" , "zh_CN" ) ,
16
17
new Locale ( "繁體中文" , "zh_TW" ) ,
17
18
} ;
You can’t perform that action at this time.
0 commit comments