Skip to content

Commit

Permalink
feat: Added Producers button in the footer (#9620)
Browse files Browse the repository at this point in the history
  • Loading branch information
MonalikaPatnaik authored Jan 11, 2024
1 parent a717247 commit 6e1258d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions po/common/common.pot
Original file line number Diff line number Diff line change
Expand Up @@ -866,6 +866,10 @@ msgctxt "footer_obf_link"
msgid "https://world.openbeautyfacts.org"
msgstr ""

msgctxt "footer_pro"
msgid "Open Food Facts for Producers"
msgstr ""

msgctxt "for"
msgid "for"
msgstr ""
Expand Down
4 changes: 4 additions & 0 deletions po/common/en.po
Original file line number Diff line number Diff line change
Expand Up @@ -873,6 +873,10 @@ msgctxt "footer_obf_link"
msgid "https://world.openbeautyfacts.org"
msgstr "https://world.openbeautyfacts.org"

msgctxt "footer_pro"
msgid "Open Food Facts for Producers"
msgstr ""

msgctxt "for"
msgid "for"
msgstr "for"
Expand Down
1 change: 1 addition & 0 deletions templates/web/common/site_layout.tt.html
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,7 @@ <h3 class="title-5 text-medium">[% lang('footer_discover_the_project') %]</h3>
<li><a class="button small white-button radius" href="[% lang('footer_translators_link') %]">[% lang('footer_translators') %]</a></li>
<li><a class="button small white-button radius" href="[% lang('footer_partners_link') %]">[% lang('footer_partners') %]</a></li>
<li><a class="button small white-button radius" href="[% lang('footer_obf_link') %]">[% lang('footer_obf') %]</a></li>
<li><a class="button small white-button radius" href="[% producers_platform_url %]">[% lang('footer_pro') %]</a></li>
</ul>
</div>
</div>
Expand Down

0 comments on commit 6e1258d

Please sign in to comment.