Hello,
I'm building a website that is deploying multiple locales, and I want to get the locale with LOCAL_ID token.
However the token is always set to us-EN
It was working with Webpack, but now that i'm using esbuild, it's not working anymore.
I'm following the documentation : https://angular.dev/guide/i18n/deploy but the documentation has not been updated
I don't know if it's a bug with esbuild or I need to change my configuration or something else.
Have someone already build a website with multiple locale on esbuild?