Skip to content

Commit 269f2d2

Browse files
committed
adding Locale.UK as EN_US
1 parent b5a4eb0 commit 269f2d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/net.sf.j2s.java.core/src/java/util/Locale.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ public final class Locale implements Cloneable, Serializable {
239239
//
240240
// /** Useful constant for country.
241241
// */
242-
// static public final Locale UK = createSingleton("en_GB_", "en", "GB");
242+
static public final Locale UK = createSingleton("en_GB_", "en", "US"); // SwingJS j2s sorry!
243243
//
244244
// /** Useful constant for country.
245245
// */

0 commit comments

Comments
 (0)