Skip to content

Commit ca5f2f9

Browse files
authored
localization: added es_ES.axaml (#623)
localization: added es_ES.axaml
1 parent 30e0e84 commit ca5f2f9

File tree

3 files changed

+669
-0
lines changed

3 files changed

+669
-0
lines changed

src/App.axaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<ResourceInclude x:Key="ru_RU" Source="/Resources/Locales/ru_RU.axaml"/>
1919
<ResourceInclude x:Key="zh_CN" Source="/Resources/Locales/zh_CN.axaml"/>
2020
<ResourceInclude x:Key="zh_TW" Source="/Resources/Locales/zh_TW.axaml"/>
21+
<ResourceInclude x:Key="es_ES" Source="/Resources/Locales/es_ES.axaml"/>
2122
</ResourceDictionary>
2223
</Application.Resources>
2324

src/Models/Locales.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ public class Locale
1515
new Locale("Русский", "ru_RU"),
1616
new Locale("简体中文", "zh_CN"),
1717
new Locale("繁體中文", "zh_TW"),
18+
new Locale("Español", "es_ES"),
1819
};
1920

2021
public Locale(string name, string key)

0 commit comments

Comments
 (0)