mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 12:45:00 +00:00
feat: Add portuguese (pt_BR) locale
This commit is contained in:
parent
b7c6d62c6d
commit
177450fffd
3 changed files with 602 additions and 0 deletions
|
@ -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"),
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue