minetest-mods / xdecor

A decoration mod for Minetest meant to be light, simple and well-featured
Other
29 stars 45 forks source link

i18n #131

Closed louisroyer closed 4 years ago

louisroyer commented 4 years ago

Closes #127.

louisroyer commented 4 years ago

Please note that luacheck fails (but this is not due to my changes):

$luacheck .
Checking handlers/animations.lua                  2 warnings

    handlers/animations.lua:24:3: setting read-only field player_attached.? of global default                                                         
    handlers/animations.lua:33:3: setting read-only field player_attached.? of global default                                                         

Checking handlers/helpers.lua                     OK
Checking handlers/nodeboxes.lua                   OK
Checking handlers/registration.lua                OK
Checking init.lua                                 OK
Checking src/chess.lua                            OK
Checking src/cooking.lua                          OK
Checking src/enchanting.lua                       OK
Checking src/hive.lua                             OK
Checking src/itemframe.lua                        OK
Checking src/mailbox.lua                          OK
Checking src/mechanisms.lua                       OK
Checking src/nodes.lua                            OK
Checking src/recipes.lua                          OK
Checking src/rope.lua                             OK
Checking src/workbench.lua                        OK

Total: 2 warnings / 0 errors in 16 files
SmallJoker commented 4 years ago

Will test soon. @kilbith: Do you have any objections regarding the concept or may it be merged after the review is done?

kilbith commented 4 years ago

I do not care of xdecor anymore