generated from Descent/bombtest
Stairs have no translation key #19
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
low priority/future consideration
quality of life
question
unlikely to add
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: TheOnlyJoeEnderman/Too_Many_Stones#19
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The Stair registration is currently without the s() registration key to make them translatable.
Example of current behavior:
description = "Stone Type Stair",
Example of intended behavior:
description = S("Stone Type Stair"),
Also, Inner and Outer Stairs will have to be added so they can be translated.
Fixed in 0.4.1, though the fix is still not working. Will require outside help