#oliveR-localisation
1 messages · Page 1 of 1 (latest)
@tame sigil no, it's not possible, and you can't contribute your own translation (though I appreciate the thought!)
You should write to https://support.stripe.com/?contact=true to make the case for why we need to support that language, because that's how the product team will decide what to prioritise
having said that, are you sure Finnish isn't already supported? Looking internally it seems like it is from what I see
let customer = await stripe.customers.create({
email: "test@example.com", preferred_locales:["fi-FI"]
});
....
....
const session = await stripe.billingPortal.sessions.create({
customer: customer.id,
return_url: 'https://example.com/account',
});
JSON.stringify(session.url)