-
-
Notifications
You must be signed in to change notification settings - Fork 403
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
fix: Squashed commits of various fixes #8408, #8332, #8354, #6525, #3372 #8437
fix: Squashed commits of various fixes #8408, #8332, #8354, #6525, #3372 #8437
Conversation
Hi @aadak99, thanks for this PR. Normally you should also have modifications to po/common.pot and to po/common/en.po to add your translations strings but I don't see them in the PR. |
I'll look into adding those now, didn't realize it had to be done through common.pot/.po. I thought it could be added directly into the translation website. Thanks for your help and patience, once I get familiar with more, I will be able to consistently help out. |
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.
Added translatable string for video_tutorials
@@ -216,6 +217,7 @@ | |||
<ul class="search_and_links"> | |||
<li><a href="[% lang('menu_discover_link') %]" class="top-bar-links">[% lang('menu_discover') %]</a></li> | |||
<li><a href="[% lang('menu_contribute_link') %]" class="top-bar-links">[% lang('menu_contribute') %]</a></li> | |||
<li><a href="[% lang('footer_producers_link') %]" class="top-bar-links">[% lang('footer_producers') %]</a></li> |
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.
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.
@aadak99 do you think you can tackle this ?
It's about adding a class "show-for-xlarge-up" for example. See https://get.foundation/sites/docs-v5/components/visibility.html
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.
@stephanegigandet @alexgarel
I should be able to handle this as it is just an addition of a class. I'll have it done by tonight EST!
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.
Thank you!
@@ -64,6 +64,7 @@ | |||
|
|||
<li><label>[% lang("resources") %]</label></li> | |||
<li> | |||
<li><a href="https://www.youtube.com/playlist?list=PLjAH-USadsF3xgSVfUUBS4we3XBr-1r55" target="_blank">lang("video_tutorials")</a></li> |
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.
This part of the code was recently moved by @MonalikaPatnaik in another file: web/common/producers_resources_list.tt.html , so we should add this new list item there.
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.
Done!
* Make user deletion a minion job * Change message * Change way enqueue is called to avoid issues with tests * Perltidy fix * Rever PO file changes
…openfoodfacts#8479) Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.59.7 to 5.59.8. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.8/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…dfacts#8431) --------- Co-authored-by: Alex Garel <alex@garel.org>
We've never exported the recent_changes collection, which includes the history of all changes performed on OFF DB since the 11th of September, 2018. It's the most interesting data source to analyze contributor/apps impacts. This commit adds the automatic export of this collection as a JSONL gzipped file.
SonarCloud Quality Gate failed. 1 Bug No Coverage information |
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.
Thank you very much @aadak99 and @MonalikaPatnaik !
@alexgarel @MonalikaPatnaik @stephanegigandet |
Thank you so much @aadak99! :) |
Thanks for your contribution @aadak99, really appreciated ! |
Squashed my commits together
#8408
Added YouTube link to producers menu for tutorials.
@alexgarel revised it and added a string so that the video tutorials could be translated.
***The only issue I ran into was, the link translation string needs to be added to common.po and common.pot, but I do not have permission to assist with that. It would need to be added for entry "video_tutorials"
#8332
Added producers link at the top nav bar.
#8354
Added correct link under Italian translation.
#6525
Made fix to typo aspect to aspects.
#3372
Updated world string to not change to FR on main English page of openfoodfacts
Fixes #8408, #8332, #8354, #6525, #3372
Sorry for duplicate entries, trying to clean things up a bit and get it organized. Should be better going forward!