-
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
Re-factor the L10n
-implementations to use lowercase language-codes internally
#17273
Re-factor the L10n
-implementations to use lowercase language-codes internally
#17273
Conversation
d800f11
to
bd52c0c
Compare
/botio test |
From: Bot.io (Windows)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.193.163.58:8877/1275dfb498bd7e6/output.txt |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.241.84.105:8877/19175bab162fdf7/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/19175bab162fdf7/output.txt Total script time: 25.60 mins
Image differences available at: http://54.241.84.105:8877/19175bab162fdf7/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/1275dfb498bd7e6/output.txt Total script time: 34.30 mins
Image differences available at: http://54.193.163.58:8877/1275dfb498bd7e6/reftest-analyzer.html#web=eq.log |
…internally This is consistent with the implementation used in the (now removed) webL10n-library, and by only using lowercase language-codes internally in the `L10n`-implementations we should avoid future issues e.g. when users manually set the `locale`-option (in the default viewer).
bd52c0c
to
1f9533b
Compare
/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/55e086c96b49222/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/55e086c96b49222/output.txt Total script time: 1.44 mins Published |
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.
LGTM. Thank you.
This is consistent with the implementation used in the (now removed) webL10n-library, and by only using lowercase language-codes internally in the
L10n
-implementations we should avoid future issues e.g. when users manually set thelocale
-option (in the default viewer).