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 1515 <ResourceInclude x : Key =" en_US" Source =" /Resources/Locales/en_US.axaml" />
1616 <ResourceInclude x : Key =" fr_FR" Source =" /Resources/Locales/fr_FR.axaml" />
1717 <ResourceInclude x : Key =" pt_BR" Source =" /Resources/Locales/pt_BR.axaml" />
18+ <ResourceInclude x : Key =" ru_RU" Source =" /Resources/Locales/ru_RU.axaml" />
1819 <ResourceInclude x : Key =" zh_CN" Source =" /Resources/Locales/zh_CN.axaml" />
1920 <ResourceInclude x : Key =" zh_TW" Source =" /Resources/Locales/zh_TW.axaml" />
2021 </ResourceDictionary >
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ public class Locale
1212 new Locale ( "Deutsch" , "de_DE" ) ,
1313 new Locale ( "Français" , "fr_FR" ) ,
1414 new Locale ( "Português (Brasil)" , "pt_BR" ) ,
15+ new Locale ( "Русский" , "ru_RU" ) ,
1516 new Locale ( "简体中文" , "zh_CN" ) ,
1617 new Locale ( "繁體中文" , "zh_TW" ) ,
1718 } ;
You can’t perform that action at this time.
0 commit comments