When I have an enum option that is translated as "No", simple_form shows "false". Am I wrong? PS: workaround is adding a space after "No": ``` enums: user: product_already_have_km: already_customer: 'Sì' new_customerr: 'No ' ```