Solves #503: parsing translations with psych in ruby 1.9
This commit is contained in:
parent
2bb42e90a1
commit
0d81314664
|
@ -931,8 +931,8 @@ en:
|
|||
text_powered_by: "Powered by %{link}"
|
||||
text_warn_on_leaving_unsaved: "The current page contains unsaved text that will be lost if you leave this page."
|
||||
text_default_encoding: "Default: UTF-8"
|
||||
text_mercurial_repo_example: "local repository (e.g. /hgrepo, c:\hgrepo)"
|
||||
text_git_repo_example: "a bare and local repository (e.g. /gitrepo, c:\gitrepo)"
|
||||
text_mercurial_repo_example: "local repository (e.g. /hgrepo, c:\\hgrepo)"
|
||||
text_git_repo_example: "a bare and local repository (e.g. /gitrepo, c:\\gitrepo)"
|
||||
|
||||
default_role_manager: Manager
|
||||
default_role_developer: Developer
|
||||
|
|
|
@ -976,10 +976,10 @@ pt-BR:
|
|||
label_cvs_path: CVSROOT
|
||||
text_powered_by: Tecnologia empregada por %{link}
|
||||
text_default_encoding: "Padrão: UTF-8"
|
||||
text_git_repo_example: "um repositório local do tipo bare (ex.: /gitrepo, c:\gitrepo)"
|
||||
text_git_repo_example: "um repositório local do tipo bare (ex.: /gitrepo, c:\\gitrepo)"
|
||||
label_notify_member_plural: Enviar atualizações da tarefa por e-mail
|
||||
label_path_encoding: Codificação do caminho
|
||||
text_mercurial_repo_example: "repositório local (ex.: /hgrepo, c:\hgrepo)"
|
||||
text_mercurial_repo_example: "repositório local (ex.: /hgrepo, c:\\hgrepo)"
|
||||
label_cvs_module: Módulo
|
||||
label_filesystem_path: Diretório raiz
|
||||
label_darcs_path: Diretório raiz
|
||||
|
|
Loading…
Reference in New Issue