genshin-optimizer
genshin-optimizer copied to clipboard
Change migration naming structure
Suggestion to change this:
To this:
I think this is a good idea, but the issue is that the migration happens on the database side, which has no access to the translation or character name system. I think it would be prohibitively difficult to pipe that data in, just for this one case of migration.
It doesn't look like you need any translation here. Just use the CharacterKey instead of the full name and its the same effect
Stain's ask was:
"Loadout Name" -> "<Character>
Team Loadout"
"Migrated from <Character>
" -> "<Character>
Team"
I guess we can use the character key then.