]> git.openstreetmap.org Git - rails.git/commit
Made GPX notification E-Mails translatable
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Sun, 7 Jun 2009 15:50:30 +0000 (15:50 +0000)
committerÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Sun, 7 Jun 2009 15:50:30 +0000 (15:50 +0000)
commit938cdd8503f9e9257e9b023eb25ed32d6668bf74
tree8c6040b32a3e69ed9b7f1f44cb738140898ad338
parent2b07fd8b4b7b8906a6a731bf8ed280d0d4a5afcf
Made GPX notification E-Mails translatable

The multiline 'notifier.gpx_notification.success.loaded_successfully'
message is how one should properly do multiline messages to be
embedded into E-Mail. It wraps at 80 columns (if translated correctly)
and isn't as inhererently limited as splitting the E-Mail into one
message per-line like the other notification messages do it.
app/models/notifier.rb
app/views/notifier/_gpx_description.rhtml
app/views/notifier/gpx_failure.rhtml
app/views/notifier/gpx_success.rhtml
config/locales/en.yml