Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
feat: add built-in translations #5471
feat: add built-in translations #5471
Changes from all commits
ac26754
52a9d65
71726ce
2b2b9cc
47d0c19
db02d58
26f3ffd
e368bf8
e2b4e82
eb9a474
a2ed4d4
c4e619b
1a6afcd
f8e0449
f538b4e
e259a55
85070de
4baa273
21bdc0d
b5b2471
22d21db
8c47836
ad3558a
0a9779a
8c686ec
ffe5f83
d47cb2d
935c607
c24f313
9a46ab1
fcc25d8
10f8af9
7bc4c50
964e741
f7ea667
7c9343a
611c757
1a970c9
2542534
5dff285
8cbf985
730840a
4aa183c
bf04ed4
af59697
3f2c14f
35bfc6f
a1198cb
b80953b
86db26d
d0e2dc3
6a4525c
2c0ee1b
df869d3
5e5dcff
157ac45
e54c181
4be2cd4
6eec274
a5ef4fb
90a6a69
177d0b6
c85b4ab
578ce13
2db00c6
bbe1214
ceb9860
dd2fc7e
3a69a60
64501d4
2eb7b77
62f10b5
f90ec3d
67e80a3
0749eb7
c1df504
d2aa449
d3aa2d3
8ecdf67
c8aeea6
324e60b
c98c1b1
de0fcd5
31278ee
42d6cf8
20053de
32c8796
6028c28
30d02ee
cdf8f4c
b41d0bd
9ce6d37
76c1fc3
9b3bc05
ad1dfeb
83fca1f
f52ca25
5566f06
f24478a
1d678d3
3e809d6
2890a27
a7d968e
f36acf2
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jcfranco now that we're delaying
componentDidLoad
more with fetching async messages, I wonder if we need to prioritize updating oursetFocus()
methods to wait for the component to be rendered the first time before proceeding with focusing?#5369 is a priority for MapViewer and I'd like to try and fix it and make them not have to increase any timeouts they have currently for focusing.