mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 22:17:22 +01:00
Adjusted ui, added fr localization file
This commit is contained in:
parent
93740dcaef
commit
e774827f57
5 changed files with 108 additions and 18 deletions
|
|
@ -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();
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue