Make sure string is a string in the constructor of TranslatableString since it...
Make sure string is a string in the constructor of TranslatableString since it could also be a TranslatableString object and that would break __toString().
Please register or sign in to comment