-
Notifications
You must be signed in to change notification settings - Fork 493
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
Move Resource Bundle property files to a new folder #5720
Comments
@JayanthyChengan I see @mheppler assigned himself as well but my feedback is that the API test suite is failing as of 96dd7ab. Please see #5721 (comment) for details. Can you please get it passing? Please let us know if you need any assistance. Thanks! Here's how I tested it:
The |
Thanks @pdurbin . I will look into it. |
@JayanthyChengan thanks! Heads up that some but not all of the failing tests are also apparently failing on the "develop" branch. For details, please see #5722 |
@JayanthyChengan thanks! If you have any clues for how to fix #5722 please feel free to comment in that issue or make a pull request. 😄 |
@JayanthyChengan with the recent changes to the bundles in #4679 merged into I wanted to point that out, and also ask if we have a procedure in place for reporting changes required to the language bundles after they have been removed. Since this issue and PR removes those files, any changes like those included in the javascript changes will need to be reported and tracked in each of the language bundles. @scolapasta, @pdurbin and I briefly discussed this in stand up this morning and wanted to reach out and coordinate for this issue and other issues going forward. |
Conflicts: src/main/java/Bundle_fr.properties (re-deleted) src/main/webapp/dataverseuser.xhtml (kept `<f:loadBundle basename="propertyFiles.Bundle" var="bundle"/>`)
@JayanthyChengan I just resolved the merge conflicts in 93b29c8 Here's how
It looks you want |
@pengchengluo heads up that @mheppler I'm sure what the exact procedure is but I believe we want @pengchengluo to re-contribute the Chinese translation of Dataverse over at https://github.com/GlobalDataverseCommunityConsortium/dataverse-language-packs |
I spoke to @mheppler a little more and we're good with this going to QA. Thanks, @JayanthyChengan ! |
@mheppler @scolapasta @pdurbin - currently don't have any procedure for reporting changes to the language bundles. |
@JayanthyChengan @pdurbin @mheppler Is there anywhere that tells where to go to get the language bundles? There is the http://guides.dataverse.org/en/4.12/installation/config.html#dataverse-lang-directory jvm option where it talks about the bundles but not that you can go here to get them: Otherwise, language still works. |
Yeah, we should update the docs to mention https://github.com/GlobalDataverseCommunityConsortium/dataverse-language-packs We should also have these two config options should cross reference each other:
@JayanthyChengan do you want to work on this? |
@pdurbin Thanks for you informing me. I can try to re-contribute the Chinese translation later. |
@pengchengluo thanks! For now, if you want, you could create an issue at https://github.com/GlobalDataverseCommunityConsortium/dataverse-language-packs/issues so people managing that repo know who to contact or follow up with. No rush! 😄 |
Planning to sync English propertyfiles between dataverse and https://github.com/GlobalDataverseCommunityConsortium/dataverse-language-packs repo.
To accomodate that moving all resource bundle property files into a new folder named propertyFiles
The text was updated successfully, but these errors were encountered: