Wuzzy

Results 504 comments of Wuzzy

OK, I was just wondering if the current classification is correct or not.

It's not a grey area. If you didn't just blatanly copy a RCT park and maybe just changed a few tiles. It's much safer if you started building from scratch,...

As long this script remains under the `minetest` organization, I still take this as an absolute win. It was unsustainable for me to keep maintaining the script alone in my...

The keyboard image is correct. "LUmschalt" and "RUmschalt" is also OK. But "LUm" and "LU" are bad abbreviations, nobody uses or know that.

Yes, Unicode is great (assuming the font supports these glyphs :D ).

The solution is to add a rule for developers: Never have a linebreak in a translation if it is the first line break of the item description. Colorized strings should...

If `description` is set but `short_description` is not, then `get_short_description()` automatically returns the 1st line of `description`. Short descriptions are NOT mandatory and it is very rarely neccessary to explicity...

> Sounds like the resolution will be to: > > 1. Document about not including line breaks in translations in description > 2. Print a warning at register-time if 1)...