feat: Add portuguese (pt_BR) locale

This commit is contained in:
Jean Franz 2024-07-31 10:08:59 -03:00 committed by GitHub
parent b7c6d62c6d
commit 177450fffd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 602 additions and 0 deletions

View file

@ -9,6 +9,7 @@ namespace SourceGit.Models
public static readonly List<Locale> Supported = new List<Locale>() {
new Locale("English", "en_US"),
new Locale("Português (Brasil)", "pt_BR"),
new Locale("简体中文", "zh_CN"),
new Locale("繁體中文", "zh_TW"),
};