Skip to content
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

[i18n] Improve pt-br translation #62

Merged
merged 4 commits into from Dec 5, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 5 additions & 1 deletion CHANGES.rst
Expand Up @@ -4,7 +4,11 @@ Changelog
2.3.7 (unreleased)
------------------

- Nothing changed yet.
- Improve pt-br translation.
[tcurvelo]

- Set hour format for pt-br.
[tcurvelo]


2.3.6 (2016-04-05)
Expand Down
2 changes: 1 addition & 1 deletion Solgema/fullcalendar/browser/views.py
Expand Up @@ -332,7 +332,7 @@ def getCustomTitleFormat(self):
return '{month: \'MMMM yyyy\', week: "MMM d[ yyyy]{ \'-\'[ MMM] d yyyy}", day: \'dddd, MMM d, yyyy\'}'

def getHourFormat(self):
if self.portal_language in ['fr', 'de', 'it', 'nl']:
if self.portal_language in ['fr', 'de', 'it', 'nl', 'pt-br']:
return 'HH:mm'
else:
return 'h(:mm)tt'
Expand Down
Expand Up @@ -189,12 +189,12 @@ msgstr "Mostrar o \"Indefinido\" checkbox no campo de pesquisa na parte inferior
#. Default: "Events displayed on this calendar are adjusted by your web browser to your computer's local time."
#: ../browser/topicview.pt:38
msgid "help_displaying_localtime"
msgstr ""
msgstr "Eventos exibidos neste calendário são ajustados, pelo seu navegador, para a hora local de seu computador."

#. Default: "Portal type to use when creating a new event"
#: ../interfaces.py:301
msgid "help_eventType"
msgstr ""
msgstr "Tipo de conteúdo a ser utilizado quando um novo evento for criado"

#: ../interfaces.py:167
msgid "help_firstDay"
Expand Down Expand Up @@ -311,7 +311,7 @@ msgstr "Indefinido"
#. Default: "Event type"
#: ../interfaces.py:298
msgid "label_eventType"
msgstr ""
msgstr "Tipo Evento"

#: ../interfaces.py:165
msgid "label_firstDay"
Expand Down
2 changes: 1 addition & 1 deletion Solgema/fullcalendar/locales/pt_BR/LC_MESSAGES/plone.po
Expand Up @@ -15,7 +15,7 @@ msgstr ""
"Domain: plone\n"

msgid "View details"
msgstr ""
msgstr "Ver detalhes"

msgid "solgemafullcalendar_view"
msgstr ""
Expand Down
3 changes: 3 additions & 0 deletions buildout.cfg
Expand Up @@ -42,3 +42,6 @@ eggs =
[test]
eggs +=
plone.app.robotframework [debug]

[versions]
coverage = 3.7.1