]> source.dussan.org Git - redmine.git/commit
Changed the length of 'language' column in users table from 2 to 5, to allow long...
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 8 May 2007 09:26:57 +0000 (09:26 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 8 May 2007 09:26:57 +0000 (09:26 +0000)
commit5c88c1f50bd4295325cbb1a69704cf5423b20b2b
tree6e7f0891c9dbff690c41f0088472c0838abd3311
parentd85f5518d903a660a3645747d5c47bb8cee1bf35
Changed the length of 'language' column in users table from 2 to 5, to allow long language codes like pt-br.
Updated portuguese translation (Arthur Zapparoli).
Current pt translation moved to pt-br.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@518 e93f8b46-1217-0410-a6f0-8f06a7374b81
27 files changed:
app/helpers/application_helper.rb
app/views/mailer/attachments_add_pt-br.rhtml [new file with mode: 0644]
app/views/mailer/attachments_add_pt.rhtml
app/views/mailer/document_add_pt-br.rhtml [new file with mode: 0644]
app/views/mailer/document_add_pt.rhtml
app/views/mailer/issue_add_pt-br.rhtml [new file with mode: 0644]
app/views/mailer/issue_add_pt.rhtml
app/views/mailer/issue_edit_pt-br.rhtml [new file with mode: 0644]
app/views/mailer/issue_edit_pt.rhtml
app/views/mailer/lost_password_pt-br.rhtml [new file with mode: 0644]
app/views/mailer/lost_password_pt.rhtml
app/views/mailer/register_pt-br.rhtml [new file with mode: 0644]
app/views/mailer/register_pt.rhtml
db/migrate/044_set_language_length_to_five.rb [new file with mode: 0644]
lang/bg.yml
lang/de.yml
lang/en.yml
lang/es.yml
lang/fr.yml
lang/it.yml
lang/ja.yml
lang/pt-br.yml [new file with mode: 0644]
lang/pt.yml
lang/zh.yml
public/javascripts/calendar/lang/calendar-pt-br.js [new file with mode: 0644]
public/javascripts/calendar/lang/calendar-pt.js
test/functional/application_controller_test.rb