localization: added es_ES.axaml (#623)

localization: added es_ES.axaml
This commit is contained in:
jmmanzano 2024-10-30 02:43:10 +01:00 committed by GitHub
parent 30e0e84b63
commit ca5f2f92ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 669 additions and 0 deletions

View file

@ -18,6 +18,7 @@
<ResourceInclude x:Key="ru_RU" Source="/Resources/Locales/ru_RU.axaml"/>
<ResourceInclude x:Key="zh_CN" Source="/Resources/Locales/zh_CN.axaml"/>
<ResourceInclude x:Key="zh_TW" Source="/Resources/Locales/zh_TW.axaml"/>
<ResourceInclude x:Key="es_ES" Source="/Resources/Locales/es_ES.axaml"/>
</ResourceDictionary>
</Application.Resources>