-
Notifications
You must be signed in to change notification settings - Fork 12k
Esbuilder cannot localize 3rd party components #26350
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
angular/build:application
angular/build:dev-server
area: @angular/build
freq1: low
Only reported by a handful of users who observe it rarely
severity3: broken
type: bug/fix
Comments
alan-agius4
added a commit
to alan-agius4/angular-cli
that referenced
this issue
Nov 24, 2023
…uild based builders In some cases the `$localize.locale` was being set prior to `$localize` being set through `@angular/localize`. This caused `$localize.locale` to be reset to `en-US`. This change moves the order in which `$localize.locale` is set. Partially addresses: angular#26350
alan-agius4
added a commit
to alan-agius4/angular-cli
that referenced
this issue
Nov 24, 2023
…uild based builders In some cases the `$localize.locale` was being set prior to `$localize` being set through `@angular/localize`. This caused `$localize.locale` to be reset to `en-US`. This change moves the order in which `$localize.locale` is set. Partially addresses: angular#26350
alan-agius4
added a commit
that referenced
this issue
Nov 27, 2023
…uild based builders In some cases the `$localize.locale` was being set prior to `$localize` being set through `@angular/localize`. This caused `$localize.locale` to be reset to `en-US`. This change moves the order in which `$localize.locale` is set. Partially addresses: #26350
alan-agius4
added a commit
that referenced
this issue
Nov 27, 2023
…uild based builders In some cases the `$localize.locale` was being set prior to `$localize` being set through `@angular/localize`. This caused `$localize.locale` to be reset to `en-US`. This change moves the order in which `$localize.locale` is set. Partially addresses: #26350 (cherry picked from commit 876ca1e)
1 task
Hi, I encountered the same issue and I use angular 18. While this issue is not fixed, is there a way to avoid it ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
angular/build:application
angular/build:dev-server
area: @angular/build
freq1: low
Only reported by a handful of users who observe it rarely
severity3: broken
type: bug/fix
Command
serve
Is this a regression?
The previous version in which this bug was not present was
No response
Description
I am start using the new angular builder and stuck with localizing an app. The texts are stayed in a source locale and the corresponding LOCALE_ID is not provided.
Minimal Reproduction
Exception or Error
No response
Your Environment
Anything else relevant?
No response
The text was updated successfully, but these errors were encountered: