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
FIX: UX Document Conversion in multi worker environment #1378
base: main
Are you sure you want to change the base?
FIX: UX Document Conversion in multi worker environment #1378
Changes from 35 commits
0dd028d
eafa1fd
6b6e715
170d79c
671f12b
3fd0d19
d7e4bc2
4cf6084
12f65dc
9180cbd
cb473d7
f5d713d
dd3d9b0
1585e55
9e8dc9c
f6e65ab
db25153
0f63c2b
d41b12d
b0524f8
19ef0d6
0d5d7d5
6ec61a2
5941575
e74d7f6
5e47a66
4150302
a7d1173
74aa91d
2e30d74
8dea539
ef5145c
78cca12
913c45d
e4756cf
4383b20
3fa8ffd
0965afa
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.
Calling
t
top-level like this can be problematic. I'd suggest wrapping this in a function that returns the array.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.
Hello @georgegevoian,
For my own culture can you be more explicit on what can be problematic with using
t()
at top level?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.
I think that's because the
t
function may not be initialized correctly (it needs to download a JSON file with the locales).