Skip to content

Commit

Permalink
Adding translation to superarchive
Browse files Browse the repository at this point in the history
Signed-off-by: Macartur Sousa <macartur.sc@gmail.com>
  • Loading branch information
macartur committed May 18, 2016
1 parent 25b31e5 commit 75adbba
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 18 deletions.
Binary file modified colab/super_archives/locale/pt_BR/LC_MESSAGES/django.mo
Binary file not shown.
21 changes: 5 additions & 16 deletions colab/super_archives/locale/pt_BR/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# Copyright (C) 2016
# This file is distributed under the same license as the colab_superarchive package.
#
# Translators:
# Macártur Sousa <macartursc@gmail.com>, 2016
# Sergio Oliveira <seocam@seocam.com>, 2014
msgid ""
msgstr ""
Expand All @@ -21,15 +21,13 @@ msgstr ""

#: colab/super_archives/filters.py:8
msgid "Discussion"
msgstr ""
msgstr "Discussão"

#: colab/super_archives/filters.py:11
msgid "Author"
msgstr ""
msgstr "Autor"

#: colab/super_archives/filters.py:14
#, fuzzy
#| msgid "Mailing List"
msgid "Mailinglist"
msgstr "Lista de discussão"

Expand Down Expand Up @@ -133,8 +131,6 @@ msgid "Order by"
msgstr "Ordenar por"

#: colab/super_archives/templates/mailinglist-summary.html:50
#, fuzzy
#| msgid "Date"
msgid "at"
msgstr "Data"

Expand Down Expand Up @@ -268,8 +264,6 @@ msgid "most relevant"
msgstr "Mais relevante"

#: colab/super_archives/templates/widgets/dashboard_most_relevant_threads.html:8
#, fuzzy
#| msgid "most relevant"
msgid "Most Relevant Threads"
msgstr "Mais relevante"

Expand Down Expand Up @@ -340,8 +334,3 @@ msgstr "Você não esta logado"
#: colab/super_archives/views.py:399
msgid "You don't have permission to access this list"
msgstr "Você não tem permissão para acessar esta lista"

#, fuzzy
#~| msgid "Order by"
#~ msgid "Order by:"
#~ msgstr "Ordenar por"
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% extends "search-base.html" %}
{% load superarchives set_var %}
{% load superarchives set_var i18n %}

{% block content %}
{% profile_url result.modified_by result.modified_by_url as user_url%}
Expand All @@ -8,7 +8,8 @@
{% set 'modified' result.modified %}
{% set 'modified_time' True %}
{% set 'url' result.url %}
{% set 'registered_in' "Discussion" %}
{% trans "Discussion" as disucssion_text %}
{% set 'registered_in' disucssion_text %}
{% set 'description' result.latest_description|truncatechars:"85"|default_if_none:"" %}

{{ block.super }}
Expand Down

0 comments on commit 75adbba

Please sign in to comment.