-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
[Bug] Unable to load translations in the Icons Hover Text #30
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
Evaluating the use of Jquery instead of the var directly to the titles. |
WME-send-to-slack/WME-send-to-slack.user.js Lines 151 to 167 in e9ae850
L155+ (".Downlock").attr("title", translationsInfo[X][0])
(".Lock").attr("title", translationsInfo[X][0]) L157+ (".Validation").attr("title", translationsInfo[X][0]) L166+ (".Closure").attr("title", translationsInfo[X][0])
(".Open").attr("title", translationsInfo[X][0]) Pending for Testing. |
I think it should be one line later, just after the line that append the icons, not before. |
Oh!, yes. What I want to meant is that the (+) symbols means that after that line of code we will insert this code in the future. It left to implement it and then test it. I just wrote this code for having an idea of what to test. I'm just running out of time recently so that's why it haven't been implemented yet. |
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? |
Yes
Le sam. 29 août 2020 à 02:35, stale[bot] <[email protected]> a
écrit :
… Is this still relevant? If so, what is blocking it? Is there anything you
can do to help move it forward?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#30 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABOQG67FLNMUGZNXMOBHQY3SDBEMVANCNFSM4O6NV4PA>
.
|
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? |
Yes |
Yes
Le dim. 13 sept. 2020 à 09:14, stale[bot] <[email protected]> a
écrit :
… Is this still relevant? If so, what is blocking it? Is there anything you
can do to help move it forward?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#30 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABOQG65NURFNNBLXAGICVLDSFRWM5ANCNFSM4O6NV4PA>
.
|
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? |
Yes
Le lun. 28 sept. 2020 à 20:20, stale[bot] <[email protected]> a
écrit :
… Is this still relevant? If so, what is blocking it? Is there anything you
can do to help move it forward?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#30 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABOQG66NBRMR3TKYXDM3MODSIDHWFANCNFSM4O6NV4PA>
.
|
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? |
This issue has been automatically closed because it has not had any comments for a while, feel free to reopen it if needed |
Still interesting
Le jeu. 29 oct. 2020 à 07:47, stale[bot] <[email protected]> a
écrit :
… Closed #30 <#30>.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#30 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABOQG6ZZAUI5HWGV4QQ5VIDSNEFYNANCNFSM4O6NV4PA>
.
|
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? |
This issue has been automatically closed because it has not had any comments for a while, feel free to reopen it if needed |
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? |
Yes
Le dim. 10 juil. 2022 à 08:32, stale[bot] ***@***.***> a
écrit :
… Is this still relevant? If so, what is blocking it? Is there anything you
can do to help move it forward?
—
Reply to this email directly, view it on GitHub
<#30 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABOQG62MQBIM3MPRZQU7KATVTJVALANCNFSM4O6NV4PA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? |
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? |
This issue has been automatically closed because it has not had any comments for a while, feel free to reopen it if needed |
Still interesting
Le sam. 15 oct. 2022 à 23:39, stale[bot] ***@***.***> a
écrit :
… Closed #30 <#30>
as completed.
—
Reply to this email directly, view it on GitHub
<#30 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABOQG65JZDMX67ZJRWACHJLWDMQBLANCNFSM4O6NV4PA>
.
You are receiving this because you commented.Message ID:
***@***.***
com>
|
[Fixed] It remains a bug related to when no translation By the way, it left to push to production. |
The translations informations var don't arrive to the Icons title meta of the vars(Downlockicon, Relockicon, closureicon, openicon and validationicon)
translationsInfo[translationsKeyText] gets "Undefined"
The text was updated successfully, but these errors were encountered: