def create
...

Ruby Dynamic admin with Globalize2

by Fenak, November 23, 2009 13:17, 1 refactoring, tagged with rails, i18n, globalize2

I have a multilingual admin...

D21232f63a7065c902362a61b045ed1d Talk
class SearchNestedHashByValue
  def key_for(h, str, trail=[])
    h.each_pair do |k, v|
...

Ruby Search nested hash

by jnstq, October 07, 2008 21:47, 1 refactoring, tagged with i18n

Search nested hash on their...

A4d90c6fe98bfe0b491c277c3e687031 Talk
public abstract class I18NException extends Exception {

   public enum Message implements ExceptionMessage {
...

Java Internationalize Exceptions

by David Linsin, June 27, 2008 20:09, 2 refactorings, tagged with java, exceptions, i18n

This is a template for Exce...

Ef079515af1c9963c7cd33e0b4f00e88 Talk