[seam-commits] [seam/international] 4e7756: SEAMINTL-11 Add support for hyphen delimiters for...
noreply at github.com
noreply at github.com
Thu Nov 11 13:13:04 EST 2010
Branch: refs/heads/master
Home: https://github.com/seam/international
Commit: 4e775617bec4f0de590a638f7283acaa2cfaf2c4
https://github.com/seam/international/commit/4e775617bec4f0de590a638f7283acaa2cfaf2c4
Author: Ken Finnigan <ken at 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
More information about the seam-commits
mailing list