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

pt_BR translation and rdm-mailhandler.rb patch #4

Open
wants to merge 2 commits into
base: 08dc403e6473fb5bd002dbda2cd6a83e7e49f373
Choose a base branch
from
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 config/locales/pt-BR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ pt-BR:
greater_than_start_date: "deve ser maior que a data inicial"
not_same_project: "não pertence ao mesmo projeto"
circular_dependency: "Esta relação geraria uma dependência circular"
cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
cant_link_an_issue_with_a_descendant: "Uma tarefa não pode ser relaciona a uma de suas subtarefas"

actionview_instancetag_blank_option: Selecione

Expand Down
3 changes: 3 additions & 0 deletions extra/mail_handler/rdm-mailhandler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
# -o, --allow-override=ATTRS allow email content to override attributes
# specified by previous options
# ATTRS is a comma separated list of attributes
# Overridable attributes are:
# tracker, category, priority
# assigned_to, start_date, due_date
#
# == Examples
# No project specified. Emails MUST contain the 'Project' keyword:
Expand Down