For example, you could get this error:
Code: Select all
Localised string key is too large: 201 > 200 (limit). in property tree at ROOT.recipe.basic-oil-processing.localised_name[2]
Code: Select all
[some]
key=... really long string ...
I have found a workaround to the above problem by nesting {"", ...} locale keys, but it's not simple, as there's a limit of 19 paramater's to the "".
Complicated Code