forked from mtcontrib/homedecor_modpack
I18N fixes.
* Make xgettext not output line numbers * Remove line numbers from existing catalogs. * Re-add missing localizations.
This commit is contained in:
@ -9,7 +9,7 @@ local armchair_cbox = {
|
||||
}
|
||||
|
||||
minetest.register_node("lrfurn:armchair", {
|
||||
description = "Armchair",
|
||||
description = S("Armchair"),
|
||||
drawtype = "mesh",
|
||||
mesh = "lrfurn_armchair.obj",
|
||||
tiles = {
|
||||
|
Reference in New Issue
Block a user