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:
UchiTesting 2024-08-23 00:17:09 +02:00
parent 9a68d70b29
commit 847a355a3e
3 changed files with 621 additions and 0 deletions

View file

@ -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"),