-
Notifications
You must be signed in to change notification settings - Fork 10k
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
Simplify localization of the "default-content" in FreeText editors #18920
Simplify localization of the "default-content" in FreeText editors #18920
Conversation
/botio-linux preview |
From: Bot.io (Linux m4)ReceivedCommand cmd_preview from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.241.84.105:8877/b9be41b4265d6fa/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/b9be41b4265d6fa/output.txt Total script time: 1.00 mins Published |
/botio integrationtest |
From: Bot.io (Linux m4)ReceivedCommand cmd_integrationtest from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.241.84.105:8877/2b9f89e2964263c/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_integrationtest from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.193.163.58:8877/85266f6b97f7dc0/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/2b9f89e2964263c/output.txt Total script time: 9.24 mins
|
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/85266f6b97f7dc0/output.txt Total script time: 20.92 mins
|
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.
Looks good to me, with the comment below addressed. Thank you for simplifying this!
By using "data-l10n-attrs" it's possible to instruct Fluent to localize *custom* attributes, which means that we don't need to manually translate/update the "default-content" in FreeText editors.
27a0721
to
2ef3fd2
Compare
/botio integrationtest |
From: Bot.io (Linux m4)ReceivedCommand cmd_integrationtest from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.241.84.105:8877/30bf36234d8301b/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_integrationtest from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.193.163.58:8877/e6bd931d3532c3c/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/30bf36234d8301b/output.txt Total script time: 9.23 mins
|
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/e6bd931d3532c3c/output.txt Total script time: 20.65 mins
|
By using "data-l10n-attrs" it's possible to instruct Fluent to localize custom attributes, which means that we don't need to manually translate/update the "default-content" in FreeText editors.
Edit: The patch also seems to work fine in a local artifact build of Firefox.