This project is archived and is in readonly mode.
I18n should accept ~ to be given and not whiny about it
Reported by José Valim | October 30th, 2009 @ 02:06 AM | in 2.3.6
en:
flash:
failed: ~
The code above does not work, since I18n still returns a "translation missing" message. That would be useful since we can overwrite in the application messages set in plugins.
Comments and changes to this ticket
-
Shouichi KAMIYA December 6th, 2009 @ 08:03 PM
- Assigned user cleared.
Why don't you just use blank string? I mean
en:
flash:failed: ''
-
José Valim December 16th, 2009 @ 07:13 PM
- State changed from new to wontfix
Blank strings are different. However I talked with Sven and that cannot be easily achieved. So I'm marking as won't fix.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>