#oliveR-localisation

1 messages · Page 1 of 1 (latest)

mild frost
#

@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)
tame sigil
#

Oh my. I must’ve missed it then. I suppose I only read this list and didn’t notice the ”Some of the languages”

#

Sorry to have wasted your time 😅