Skip to content

[BUG] Translation Warning from other mods items #28

@Oppodelldog

Description

@Oppodelldog

Other mods bring other items, it seems those are consideren in the icon sign mods
search index.
Since the items names are concatenated parts of two translations
they contain ' ' which is not allowed for translations.

[Info:IconSign.Data.IconTranslation] init translations [Warning:Jotunn.Entities.CustomLocalization] [IconSign] Token '$food_rottenelkmeat_TW ' must not contain following chars: ' (){}[]+-!?/\\&%,.:-=<> ' [Warning:Jotunn.Entities.CustomLocalization] [IconSign] Token '$item_elderbark $piece_portal' must not contain following chars: ' (){}[]+-!?/\\&%,.:-=<> ' [Warning:Jotunn.Entities.CustomLocalization] [IconSign] Token '$item_obsidian $piece_portal' must not contain following chars: ' (){}[]+-!?/\\&%,.:-=<> ' [Warning:Jotunn.Entities.CustomLocalization] [IconSign] Token '$item_blackmarble $piece_portal' must not contain following chars: ' (){}[]+-!?/\\&%,.:-=<> ' [Info:IconSign.Data.IconTranslation] 1777 translation load

We should try to only load in game prefab names which correspond to existing icons.
Other items are not necessary to be in the index.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions