Adjusted ui, added fr localization file

This commit is contained in:
xPumaa
2022-07-22 01:48:24 +02:00
parent 93740dcaef
commit e774827f57
5 changed files with 108 additions and 18 deletions

View File

@@ -6,6 +6,7 @@ namespace MareSynchronos.Localization
{
public class ToSStrings
{
public readonly string LanguageLabel = Loc.Localize("LanguageLabel", "Language");
public readonly string AgreementLabel = Loc.Localize("AgreementLabel", "Agreement of Usage of Service");
public readonly string ReadLabel = Loc.Localize("ReadLabel", "READ THIS CAREFULLY");
@@ -61,7 +62,7 @@ namespace MareSynchronos.Localization
public readonly string WordLabel = Loc.Localize("WordLabel", "Word");
}
public static ToSStrings ToS = new();
public static ToSStrings ToS { get; set; } = new();
}
}