Branch: refs/heads/master
Home:
https://github.com/seam/international
Commit: 4e775617bec4f0de590a638f7283acaa2cfaf2c4
https://github.com/seam/international/commit/4e775617bec4f0de590a638f7283...
Author: Ken Finnigan <ken(a)kenfinnigan.me>
Date: 2010-11-11 (Thu, 11 Nov 2010)
Changed paths:
A impl/.gitignore
M impl/src/main/java/org/jboss/seam/international/locale/LocaleUtils.java
A impl/src/test/java/org/jboss/seam/international/test/locale/LocaleUtilsTest.java
Log Message:
-----------
SEAMINTL-11 Add support for hyphen delimiters for Locale creation
Added support for hyphen delimiters on a Locale string, in addition to underscores.
Means that "en_US" and "en-US" will both work.
Also added tests for LocaleUtils and improved code coverage for tests