Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
</div> <!-- /container -->
{% if show_cookies_warning %}
<div id="cookies_warning">
<p>Cookies help us deliver our services. By using our services, you agree to our use of cookies. <button class="btn btn-mini btn-success" onclick="accept_cookies()"><i class="icon-thumbs-up"></i> OK</button> <a class="btn btn-mini" href="{{url_for('help.cookies_policy')}}"><i class="icon-info-sign"></i> More info</a></p>
<p>{{ _('Cookies help us deliver our services. By using our services, you agree to our use of cookies.') }} <button class="btn btn-mini btn-success" onclick="accept_cookies()"><i class="icon-thumbs-up"></i> OK</button> <a class="btn btn-mini" href="{{url_for('help.cookies_policy')}}"><i class="icon-info-sign"></i>{{ _('More info') }}</a></p>
</div>
{% endif %}
<footer>
Expand Down
5 changes: 5 additions & 0 deletions translations/babel.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[python: **.py]
[jinja2: themes/pybossa-default-theme/**/templates/**.html]
[jinja2: themes/pybossa-default-theme/templates/home/_pybossa_text.html]
extensions=jinja2.ext.autoescape,jinja2.ext.with_

Binary file modified translations/pt_BR/LC_MESSAGES/messages.mo
Binary file not shown.
Loading