Added translation using Weblate (Portuguese (Brazil)) #54
Annotations
11 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
SS14.Launcher/Localization/Xaml/GetExtension.cs#L10
Non-nullable property 'Context' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
SS14.Launcher/Localization/LocalizationManager.cs#L42
Non-nullable field '_currentLanguageDisplayString' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
SS14.Launcher/Localization/LocalizationManager.cs#L74
Cannot convert null literal to non-nullable reference type.
|
SS14.Launcher/ViewModels/MainWindowViewModel.cs#L114
Possible null reference argument for parameter 'args' in 'string Loc.GetString(string sourceString, params object[] args)'.
|
SS14.Launcher/Localization/LocalizationManager.cs#L257
Cannot convert null literal to non-nullable reference type.
|
SS14.Launcher/ViewModels/AccountDropDownViewModel.cs#L82
Possible null reference argument for parameter 'args' in 'string Loc.GetString(string sourceString, params object[] args)'.
|
SS14.Launcher/Models/Data/LoginInfo.cs#L23
Non-nullable property 'AuthServer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
SS14.Launcher/Localization/Xaml/GetExtension.cs#L10
Non-nullable property 'Context' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
SS14.Launcher/Localization/LocalizationManager.cs#L42
Non-nullable field '_currentLanguageDisplayString' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
SS14.Launcher/Localization/LocalizationManager.cs#L74
Cannot convert null literal to non-nullable reference type.
|
The logs for this run have expired and are no longer available.
Loading