mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 12:45:00 +00:00
style(locale): Add French locale
Added resource file and updated the code to declare the new French resource. Include a 1st batch of translation.
This commit is contained in:
parent
9a68d70b29
commit
847a355a3e
3 changed files with 621 additions and 0 deletions
|
@ -10,6 +10,7 @@ namespace SourceGit.Models
|
|||
public static readonly List<Locale> Supported = new List<Locale>() {
|
||||
new Locale("English", "en_US"),
|
||||
new Locale("Deutsch", "de_DE"),
|
||||
new Locale("Français", "fr_FR"),
|
||||
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