yassinedoghri / astro-i18next

An astro integration of i18next + some utility components to help you translate your astro websites!
https://astro-i18next.yassinedoghri.com
MIT License
502 stars 38 forks source link

Modify LanguageSelector #188

Open serlopDev opened 7 months ago

serlopDev commented 7 months ago

Hi, I am using this component and I can see Español, or English, but, is it possible to change the names to ES/EN?

guawme commented 5 months ago

Hello @serlopDev, you are talking about the select component, is this what it is? <LanguageSelector showFlag={false} languageMapping={{ es: "ES", pt: "PT" }} class="select-i18" />