lyonplus / gettext-commons

Automatically exported from code.google.com/p/gettext-commons
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Please add method I18n I18nFactory.getI18n(final Class clazz, final int flags) #46

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I want to use classes that includes i18n  in JUnit tests.

I want the tests to to execute in any environment:
e.g. I18nFactory.getI18n(getClass(), I18nFactory.FALLBACK);   should work.

problem is that I can't use functions with 'java.util.Locale' because of the 
GWT limitations.

Original issue reported on code.google.com by skarzhev...@gmail.com on 8 Jun 2010 at 7:28