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

@ -15,6 +15,7 @@ namespace SourceGit.Models
new Locale("Русский", "ru_RU"),
new Locale("简体中文", "zh_CN"),
new Locale("繁體中文", "zh_TW"),
new Locale("Español", "es_ES"),
};
public Locale(string name, string key)