Localization of steal targets (#30153)
* Localization of steal targets * Correction of localization of theft objects * The second correction of the localization of theft targets * Update steal-target-groups.ftl Co-authored-by: Ed <96445749+TheShuEd@users.noreply.github.com> * Revision of the localization method * Choosing a simple option for localization * Fix TechnologyDisk name * Corrections based on feedback received * correction of declension --------- Co-authored-by: Ed <96445749+TheShuEd@users.noreply.github.com>
This commit is contained in:
@@ -10,6 +10,6 @@ namespace Content.Shared.Objectives;
|
||||
public sealed partial class StealTargetGroupPrototype : IPrototype
|
||||
{
|
||||
[IdDataField] public string ID { get; private set; } = default!;
|
||||
[DataField] public string Name { get; private set; } = string.Empty;
|
||||
[DataField] public LocId Name { get; private set; } = string.Empty;
|
||||
[DataField] public SpriteSpecifier Sprite { get; private set; } = SpriteSpecifier.Invalid;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user