Add bindings for Intl.getCanonicalLocales

This commit is contained in:
Matias Insaurralde
2018-07-07 08:00:22 -04:00
parent 0e2e826182
commit 8352b4610f
3 changed files with 49 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ mod Date;
mod Error;
mod Function;
mod Generator;
mod Intl;
mod JsString;
mod Map;
mod MapIterator;