Stairs have no translation key #19

Closed
opened 2023-08-11 15:53:35 +02:00 by TheOnlyJoeEnderman · 2 comments

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"),

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"),
TheOnlyJoeEnderman added the
bug
label 2023-08-11 15:54:38 +02:00
Author
Owner

Also, Inner and Outer Stairs will have to be added so they can be translated.

Also, Inner and Outer Stairs will have to be added so they can be translated.
TheOnlyJoeEnderman added this to the 0.4.1 milestone 2023-08-28 00:45:49 +02:00
Author
Owner

Fixed in 0.4.1, though the fix is still not working. Will require outside help

Fixed in 0.4.1, though the fix is still not working. Will require outside help
Sign in to join this conversation.
No description provided.