jgettext / gettext-commons

Internationalization (i18n) through GNU gettext and Java ResourceBundles
GNU Lesser General Public License v2.1
19 stars 10 forks source link

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

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 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