-
Notifications
You must be signed in to change notification settings - Fork 124
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
More i18n omissions #3541
More i18n omissions #3541
Conversation
@jmfrenzel I think you'll want to improve German translations before the branch is merged. |
@j-dornbusch Those errors just came up in a different PR so I'm investigating. Hopefully it can be cleared up soon! |
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.
Thanks for pinging @j-dornbusch Please consider this changes in your PR.
NB: This PR resolves some of missing _i18n listed in #1386
NB: This PR resolves some of missing _i18n listed in #1386 |
@j-dornbusch |
ae841fa
to
f24a2c2
Compare
@j-dornbusch The chromedriver issue should be solved for now so I think it should pass CI if you rebase this PR on master. |
Translate title in file show page. Translate "Depositor" in file show page. Translate fields in file show page. Case problem Translate actions in file show page. Translate "sort and per page" for collections show view in back office Translate "sort and per page" for collections show view in front office Translate title in "sort and per page" for collections show view in front office Page crashes in french because of missing entries in i18n file Fix test failing with "translation missing: en.hyrax.collections.sort_and_per_page.html.erb.sort_by_html" Translate "choose file" in collection branding tab Translate delete banner controls in collection branding tab Translate second "choose file" in collection branding tab Translate "link url" in collection branding tab Translate "alt text", "link url", "previous" in collection branding tab Translate search controles in collection sharing tab Translate roles in collection sharing tab Fix test failing with "translation missing: en.hyrax.collections.sort_and_per_page.html.erb.sort_by_html" German translations improvements
827d4a0
to
ff17140
Compare
@cjcolvar Here, there are no more failures on circleci. |
@j-dornbusch This is looking good but it looks like your squashed rebase includes the chromedriver commit. That should already be in master so it should be removed from your commit and the build should still pass. |
5555360
to
ac85acf
Compare
@cjcolvar Did I squash too many commits ? I tried to cancel the squash but I'm not sure of the result. |
That took care of the CI build changes that leaked in, but now it looks like something got lost since there are failing tests in |
@cjcolvar I can't reproduce the test failure locally.
I'm on the right branch, everything has been pushed.
|
👍 I restarted the build. Let's see what happens this time. |
There are still 3 failures but slightly different than last time. I'm going to see what I can find out by testing locally. |
Locally, I'm occasionally seeing one failing test in the |
Now circle is saying the opposite: only the two service tests are failing: @samvera/hyrax-code-reviewers Anyone else have ideas about this? |
I'm guessing that this is failing for the same reasons as the embargo and lease services are failing in hydra-access-controls: https://travis-ci.org/samvera/hydra-head/jobs/501631455 |
Use [* TO *] to work with old and new versions of AF and Solr
@j-dornbusch #3559 got merged. Do you mind rebasing one more time? |
Translate title in file show page. Translate "Depositor" in file show page. Translate fields in file show page. Case problem Translate actions in file show page. Translate "sort and per page" for collections show view in back office Translate "sort and per page" for collections show view in front office Translate title in "sort and per page" for collections show view in front office Page crashes in french because of missing entries in i18n file Fix test failing with "translation missing: en.hyrax.collections.sort_and_per_page.html.erb.sort_by_html" Translate "choose file" in collection branding tab Translate delete banner controls in collection branding tab Translate second "choose file" in collection branding tab Translate "link url" in collection branding tab Translate "alt text", "link url", "previous" in collection branding tab Translate search controles in collection sharing tab Translate roles in collection sharing tab Fix test failing with "translation missing: en.hyrax.collections.sort_and_per_page.html.erb.sort_by_html" German translations improvements
@cjcolvar I rebased and force-pushed.
|
@cjcolvar I can reproduce the "spec/features/work_show_spec.rb" failure locally, so I will investigate it. |
@cjcolvar The test fails randomly locally, but very rarely. By setting breakpoints, I do not notice anything particular. I can not fail it in debug mode, it still succeeds. |
Somehow that rebase brought in my commits to master from #3559. I think those should be removed and I'll restart the circle build until it is green. |
@j-dornbusch Is there anything I can do to help resolve the git history issue and help this get merged? Would you like me to make a new PR with the rebase reapplied? |
Yes @cjcolvar this PR is now old and we have some tickets on our Hyrax instance that depend on it. If you have a solution I will be grateful. |
Closing now that #3708 was merged. |
Extracts strings from template to allow i18n.
@samvera/hyrax-code-reviewers