Don't split strings intended for localization
Nightwarden24 opened this issue · 0 comments
Please, don't split a string or phrase intended for localization into separate words. In this case, it can't be translated (at the least, it will be difficult to do). Because translation is not carried out for every word by itself but for the phrase or sentence as a whole. Otherwise you get nonsense. If you need to add some values from variables, use string.format() rather than concatenation.
So, could you fix the following cases: