One more try

This commit is contained in:
Joshua Granick
2016-09-07 15:08:17 -07:00
parent 5e3bbf4772
commit ed1a76427f

View File

@@ -28,8 +28,7 @@ abstract Locale(String) from String to String {
#elseif (js && html5)
locale = untyped navigator.language;
#elseif (lime_cffi && !macro)
trace (lime_locale_get_system_locale);
locale = lime_locale_get_system_locale ();
locale = CFFI.load ("lime", "lime_locale_get_system_locale", 0) ();
#end
if (locale != null) {