chriseldredge / vulcan

Continuous Integration server
GNU General Public License v2.0
0 stars 1 forks source link

Refactor message resources #126

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Messages are resolved using a delegating mechanism that attempts to load
from plugins in an undefined order.  A simpler approach might be to simply
add plugin message bundles to the top level message resolver.

Original issue reported on code.google.com by chris.eldredge@gmail.com on 29 Apr 2008 at 10:31