Report the locale we're using. It's handy.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2987 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: MessageManager.java,v 1.6 2002/12/12 22:24:51 mdb Exp $
|
// $Id: MessageManager.java,v 1.7 2004/03/31 02:09:37 mdb Exp $
|
||||||
|
|
||||||
package com.threerings.util;
|
package com.threerings.util;
|
||||||
|
|
||||||
@@ -52,6 +52,7 @@ public class MessageManager
|
|||||||
|
|
||||||
// use the default locale
|
// use the default locale
|
||||||
_locale = Locale.getDefault();
|
_locale = Locale.getDefault();
|
||||||
|
Log.info("Using locale: " + _locale + ".");
|
||||||
|
|
||||||
// make sure the prefix ends with a dot
|
// make sure the prefix ends with a dot
|
||||||
if (!_prefix.endsWith(".")) {
|
if (!_prefix.endsWith(".")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user