-
Notifications
You must be signed in to change notification settings - Fork 500
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
Internationalization : remove English static strings from javascript files #4679
Comments
While looking at the pull request for #5299, I did some research on how to solve this javascript issue, and found a Stack Overflow answer which should solve Example 1 and Example 2.
For Example 3, I believe I have a workaround for That would leave the |
Fixed 'ResourceBundles are immutable' error on My Data [ref IQSS#4679]
Example 1 :
/src/main/webapp/file-versions.xhtml [Line 27 ]
/src/main/webapp/dataset-versions.xhtml [Line 27 ]
preload_message = "(Loading versions...)"
Example 2 :
/src/main/webapp/loginpage.xhtml [Line 162 ]
"Your Browser does not support javascript. Please use"
Example 3:
src/main/webapp/resources/js/dv_rebind_bootstrap_ui.js
show_info_msg('Edit Dataverse', 'Edit your dataverse and click Save Changes. Asterisks indicate required fields.');
Example 4:
/src/main/webapp/resources/js/mydata.js [Line 318-322] -- View Next... Results...
The text was updated successfully, but these errors were encountered: