<div dir="ltr"><br><div class="gmail_extra">Hi,</div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Aug 4, 2014 at 9:44 PM, Dan Albert <span dir="ltr"><<a href="mailto:danalbert@google.com" target="_blank">danalbert@google.com</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

+for feature, loc in locales[platform.system()].items():<br>
+    try:<br>
+        locale.setlocale(locale.LC_ALL, loc)<br>
+        config.available_features.add('locale.{}'.format(feature))<br>
+    except:<br>
+        lit_config.warning('The locale {} is not supported by your platoform. '<br>
+                           'Some tests will be unsupported.'.format(loc))<br></blockquote><div><br></div><div>typo: platoform</div><div> </div></div></div></div>